Html Css Color HEX #88CD0C Citrus

📋 copy color: '#88CD0C'

red 136 ◦ green 205 ◦ blue 12

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

Shades of Citrus #88CD0C

Tints of Citrus #88CD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.4%

R = 38.53%
G = 58.07%
B = 3.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#88CD0C (or 0x88CD0C) is known color: Citrus. HEX triplet: 88, CD and 0C. RGB value is (136,205,12). Sum of RGB (Red+Green+Blue) = 136+205+12=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #88CD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CD0C is #7732F3. Grayscale: #A3A3A3. Windows color (decimal): -7811828 or 839048. OLE color: 839048.

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

Color convert

RGB 136 205 12 -
CMYK 0.34 0 0.94 0.20
HSL 81.45º 0.89% 0.43% -
HSV(B) 81.45º 0.94% 0.8% -
XYZ 32.05 48.92 8.1 -
YUV 162.37 43.14 109.19 -
System Red Green Blue C M Y K H S L
Decimal 136 205 12 0.34 0 0.94 0.20 81.45 0.89 0.43
Hex 88 CD C 22 0 5E 14 51 59 2B
Octal 210 315 14 42 0 136 24 121 131 53
Binary 10001000 11001101 1100 100010 0 1011110 10100 1010001 1011001 101011

Color Harmonies of #88CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CD0C

Black with #88CD0C

Text Example


Text Example

White with #88CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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