#88D526

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

Shades of Yellow Green #88D526

Tints of Yellow Green #88D526

Color information

#88D526 (or 0x88D526) is unknown color: approx Yellow Green. HEX triplet: 88, D5 and 26. RGB value is (136,213,38). Sum of RGB (Red+Green+Blue) = 136+213+38=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 38 (15.23% from 255 or 9.82% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #88D526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88D526 is #772AD9. Grayscale: #AAAAAA. Windows color (decimal): -7809754 or 2545032. OLE color: 2545032.

HSL color Cylindrical-coordinate representation of color #88D526: hue angle of 86.4º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #88D526 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB13621338-
CMYK0.3600.820.16
HSL86.4º69.72%49.22%-
HSV(B)86.4º82.16%83.53%-
XYZ34.352.9610.25-
YUV170.0353.49103.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 213 (83.59% from 255) = 55.04%
BLUE value IS 38 (15.23% from 255) = 9.82%
R=35.14%
G=55.04%
B=9.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal136213380.3600.820.1686.469.7249.22
Hex88D5262405210564631
Octal210325464401222012610661
Binary1000100011010101100110100100010100101000010101101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,213,38); }

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

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

 a { background-color: rgb(136,213,38); }

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

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

 span { border-color: rgb(136,213,38); }

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