#88CA12

Color #88CA12 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #88CA12

Tints of Citrus #88CA12

Color information

#88CA12 (or 0x88CA12) is unknown color: approx Citrus. HEX triplet: 88, CA and 12. RGB value is (136,202,18). Sum of RGB (Red+Green+Blue) = 136+202+18=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88CA12 is #7735ED. Grayscale: #A1A1A1. Windows color (decimal): -7812590 or 1231496. OLE color: 1231496.

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

Color convert

RGB13620218-
CMYK0.3300.910.21
HSL81.52º83.64%43.14%-
HSV(B)81.52º91.09%79.22%-
XYZ31.3847.528.09-
YUV161.2947.13109.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 18 (7.42% from 255) = 5.06%
R=38.20%
G=56.74%
B=5.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal136202180.3300.910.2181.5283.6443.14
Hex88CA122105B1552542b
Octal210312224101332512212453
Binary100010001100101010010100001010110111010110100101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88CA12;
 }
 .AnyTagClassName
 {
   color: #88CA12;
 }
</style>
background-color css

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

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

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

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

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

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