#88cc2c

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

Shades of Yellow Green #88CC2C

Tints of Yellow Green #88CC2C

Color information

#88CC2C (or 0x88CC2C) is unknown color: approx Yellow Green. HEX triplet: 88, CC and 2C. RGB value is (136,204,44). Sum of RGB (Red+Green+Blue) = 136+204+44=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 44 (17.58% from 255 or 11.46% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88CC2C is #7733D3. Grayscale: #A6A6A6. Windows color (decimal): -7812052 or 2935944. OLE color: 2935944.

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

Color convert

RGB13620444-
CMYK0.3300.780.2
HSL85.5º64.52%48.63%-
HSV(B)85.5º78.43%80%-
XYZ32.248.610.07-
YUV165.4359.47107.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 204 (80.08% from 255) = 53.12%
BLUE value IS 44 (17.58% from 255) = 11.46%
R=35.42%
G=53.12%
B=11.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal136204440.3300.780.285.564.5248.63
Hex88CC2C2104E14564131
Octal210314544101162412610161
Binary1000100011001100101100100001010011101010010101101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88cc2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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