Html Css Color HEX #88CC05 Citrus

📋 copy color: '#88CC05'

red 136 ◦ green 204 ◦ blue 5

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

Shades of Citrus #88CC05

Tints of Citrus #88CC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.13%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 39.42%
G = 59.13%
B = 1.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#88CC05 (or 0x88CC05) is known color: Citrus. HEX triplet: 88, CC and 05. RGB value is (136,204,5). Sum of RGB (Red+Green+Blue) = 136+204+5=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CC05 is #7733FA. Grayscale: #A1A1A1. Windows color (decimal): -7812091 or 380040. OLE color: 380040.

HSL color Cylindrical-coordinate representation of color #88CC05: hue angle of 80.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88CC05 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 136 204 5 -
CMYK 0.33 0 0.98 0.2
HSL 80.5º 0.95% 0.41% -
HSV(B) 80.5º 0.98% 0.8% -
XYZ 31.77 48.43 7.82 -
YUV 160.98 39.97 110.18 -
System Red Green Blue C M Y K H S L
Decimal 136 204 5 0.33 0 0.98 0.2 80.5 0.95 0.41
Hex 88 CC 5 21 0 62 14 51 5F 29
Octal 210 314 5 41 0 142 24 121 137 51
Binary 10001000 11001100 101 100001 0 1100010 10100 1010001 1011111 101001

Color Harmonies of #88CC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CC05

Black with #88CC05

Text Example


Text Example

White with #88CC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,204,5); }

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

background-color css

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

 a { background-color: rgb(136,204,5); }

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

border-color css

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

 span { border-color: rgb(136,204,5); }

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