#8DDC84

Color #8DDC84 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #8DDC84

Tints of Granny Smith Apple #8DDC84

Color information

#8DDC84 (or 0x8DDC84) is unknown color: approx Granny Smith Apple. HEX triplet: 8D, DC and 84. RGB value is (141,220,132). Sum of RGB (Red+Green+Blue) = 141+220+132=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC84 is #72237B. Grayscale: #BABABA. Windows color (decimal): -7480188 or 8707213. OLE color: 8707213.

HSL color Cylindrical-coordinate representation of color #8DDC84: hue angle of 113.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDC84 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB141220132-
CMYK0.3600.400.14
HSL113.86º55.7%69.02%-
HSV(B)113.86º40%86.27%-
XYZ40.7458.5230.98-
YUV186.3597.3395.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=28.60%
G=44.62%
B=26.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412201320.3600.400.14113.8655.769.02
Hex8DDC8424028E723845
Octal215334204440501616270105
Binary1000110111011100100001001001000101000111011100101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DDC84; }

 p { color: rgb(141,220,132); }

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

<style>
 a { background-color: #8DDC84; }

 a { background-color: rgb(141,220,132); }

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

<style>
 span { border-color: #8DDC84; }

 span { border-color: rgb(141,220,132); }

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