#88DC2C

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

Shades of Yellow Green #88DC2C

Tints of Yellow Green #88DC2C

Color information

#88DC2C (or 0x88DC2C) is unknown color: approx Yellow Green. HEX triplet: 88, DC and 2C. RGB value is (136,220,44). Sum of RGB (Red+Green+Blue) = 136+220+44=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 44 (17.58% from 255 or 11% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #88DC2C is #7723D3. Grayscale: #AFAFAF. Windows color (decimal): -7807956 or 2940040. OLE color: 2940040.

HSL color Cylindrical-coordinate representation of color #88DC2C: hue angle of 88.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #88DC2C is Cyan = 0.38, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB13622044-
CMYK0.3800.80.14
HSL88.64º71.54%51.76%-
HSV(B)88.64º80%86.27%-
XYZ36.256.611.4-
YUV174.8254.17100.31-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 220 (86.33% from 255) = 55%
BLUE value IS 44 (17.58% from 255) = 11%
R=34%
G=55%
B=11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal136220440.3800.80.1488.6471.5451.76
Hex88DC2C26050E594834
Octal210334544601201613111064
Binary100010001101110010110010011001010000111010110011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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