Html Css Color HEX #88CA0E Citrus

📋 copy color: '#88CA0E'

red 136 ◦ green 202 ◦ blue 14

#88CA0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #88CA0E

Tints of Citrus #88CA0E

RGB

 RED value IS 136 (53.52% from 255) = 38.64%

 GREEN value IS 202 (79.3% from 255) = 57.39%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 38.64%
G = 57.39%
B = 3.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#88CA0E (or 0x88CA0E) is known color: Citrus. HEX triplet: 88, CA and 0E. RGB value is (136,202,14). Sum of RGB (Red+Green+Blue) = 136+202+14=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA0E is #7735F1. Grayscale: #A1A1A1. Windows color (decimal): -7812594 or 969352. OLE color: 969352.

HSL color Cylindrical-coordinate representation of color #88CA0E: hue angle of 81.06º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88CA0E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 202 14 -
CMYK 0.33 0 0.93 0.21
HSL 81.06º 0.87% 0.42% -
HSV(B) 81.06º 0.93% 0.79% -
XYZ 31.35 47.51 7.93 -
YUV 160.83 45.13 110.29 -
System Red Green Blue C M Y K H S L
Decimal 136 202 14 0.33 0 0.93 0.21 81.06 0.87 0.42
Hex 88 CA E 21 0 5D 15 51 57 2A
Octal 210 312 16 41 0 135 25 121 127 52
Binary 10001000 11001010 1110 100001 0 1011101 10101 1010001 1010111 101010

Color Harmonies of #88CA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CA0E

Black with #88CA0E

Text Example


Text Example

White with #88CA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88CA0E; }

 p { color: rgb(136,202,14); }

 H1.HeaderClassName
 {
   color: #88CA0E;
 }
 .AnyTagClassName
 {
   color: #88CA0E;
 }
</style>

background-color css

<style>
 a { background-color: #88CA0E; }

 a { background-color: rgb(136,202,14); }

 div.DivClassName
 {
   background-color: #88CA0E;
 }
 .BgClassName
 {
   background-color: #88CA0E;
 }
</style>

border-color css

<style>
 span { border-color: #88CA0E; }

 span { border-color: rgb(136,202,14); }

 td.TdClassName
 {
   border-color: #88CA0E;
 }
 .TagClassName
 {
   border-color: #88CA0E;
 }
</style>