#88C620

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

Shades of Yellow Green #88C620

Tints of Yellow Green #88C620

Color information

#88C620 (or 0x88C620) is unknown color: approx Yellow Green. HEX triplet: 88, C6 and 20. RGB value is (136,198,32). Sum of RGB (Red+Green+Blue) = 136+198+32=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #88C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88C620 is #7739DF. Grayscale: #A1A1A1. Windows color (decimal): -7813600 or 2147976. OLE color: 2147976.

HSL color Cylindrical-coordinate representation of color #88C620: hue angle of 82.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88C620 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB13619832-
CMYK0.3100.840.22
HSL82.41º72.17%45.1%-
HSV(B)82.41º83.84%77.65%-
XYZ30.6145.738.58-
YUV160.5455.46110.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.16%
GREEN value IS 198 (77.73% from 255) = 54.10%
BLUE value IS 32 (12.89% from 255) = 8.74%
R=37.16%
G=54.10%
B=8.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136198320.3100.840.2282.4172.1745.1
Hex88C6201F0541652482d
Octal210306403701242612211055
Binary100010001100011010000011111010101001011010100101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,198,32); }

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

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

 a { background-color: rgb(136,198,32); }

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

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

 span { border-color: rgb(136,198,32); }

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