Html Css Color HEX #88CD00 Citrus

📋 copy color: '#88CD00'

red 136 ◦ green 205 ◦ blue 0

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

Shades of Citrus #88CD00

Tints of Citrus #88CD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.88%
G = 60.12%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#88CD00 (or 0x88CD00) is known color: Citrus. HEX triplet: 88, CD and 00. RGB value is (136,205,0). Sum of RGB (Red+Green+Blue) = 136+205+0=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CD00 is #7732FF. Grayscale: #A1A1A1. Windows color (decimal): -7811840 or 52616. OLE color: 52616.

HSL color Cylindrical-coordinate representation of color #88CD00: hue angle of 80.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #88CD00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 136 205 0 -
CMYK 0.34 0 1 0.20
HSL 80.2º 1% 0.4% -
HSV(B) 80.2º 1% 0.8% -
XYZ 31.98 48.9 7.75 -
YUV 161 37.14 110.17 -
System Red Green Blue C M Y K H S L
Decimal 136 205 0 0.34 0 1 0.20 80.2 1 0.4
Hex 88 CD 0 22 0 64 14 50 64 28
Octal 210 315 0 42 0 144 24 120 144 50
Binary 10001000 11001101 0 100010 0 1100100 10100 1010000 1100100 101000

Color Harmonies of #88CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CD00

Black with #88CD00

Text Example


Text Example

White with #88CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,205,0); }

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

background-color css

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

 a { background-color: rgb(136,205,0); }

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

border-color css

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

 span { border-color: rgb(136,205,0); }

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