#88c10c

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

Shades of Citrus #88C10C

Tints of Citrus #88C10C

Color information

#88C10C (or 0x88C10C) is unknown color: approx Citrus. HEX triplet: 88, C1 and 0C. RGB value is (136,193,12). Sum of RGB (Red+Green+Blue) = 136+193+12=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #88C10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C10C is #773EF3. Grayscale: #9B9B9B. Windows color (decimal): -7814900 or 835976. OLE color: 835976.

HSL color Cylindrical-coordinate representation of color #88C10C: hue angle of 78.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88C10C is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB13619312-
CMYK0.3000.940.24
HSL78.9º88.29%40.2%-
HSV(B)78.9º93.78%75.69%-
XYZ29.2943.47.18-
YUV155.3247.12114.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 193 (75.78% from 255) = 56.60%
BLUE value IS 12 (5.08% from 255) = 3.52%
R=39.88%
G=56.60%
B=3.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal136193120.3000.940.2478.988.2940.2
Hex88C1C1E05E184f5828
Octal210301143601363011713050
Binary1000100011000001110011110010111101100010011111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88c10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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