Html Css Color HEX #8DDC82 Granny Smith Apple

📋 copy color: '#8DDC82'

red 141 ◦ green 220 ◦ blue 130

#8DDC82
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #8DDC82

Tints of Granny Smith Apple #8DDC82

RGB

 RED value IS 141 (55.47% from 255) = 28.72%

 GREEN value IS 220 (86.33% from 255) = 44.81%

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 28.72%
G = 44.81%
B = 26.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#8DDC82 (or 0x8DDC82) is known color: Granny Smith Apple. HEX triplet: 8D, DC and 82. RGB value is (141,220,130). Sum of RGB (Red+Green+Blue) = 141+220+130=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDC82 is #72237D. Grayscale: #BABABA. Windows color (decimal): -7480190 or 8576141. OLE color: 8576141.

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

Color convert

RGB 141 220 130 -
CMYK 0.36 0 0.41 0.14
HSL 112.67º 0.56% 0.69% -
HSV(B) 112.67º 0.41% 0.86% -
XYZ 40.61 58.46 30.26 -
YUV 186.12 96.33 95.82 -
System Red Green Blue C M Y K H S L
Decimal 141 220 130 0.36 0 0.41 0.14 112.67 0.56 0.69
Hex 8D DC 82 24 0 29 E 71 38 45
Octal 215 334 202 44 0 51 16 161 70 105
Binary 10001101 11011100 10000010 100100 0 101001 1110 1110001 111000 1000101

Color Harmonies of #8DDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC82

Black with #8DDC82

Text Example


Text Example

White with #8DDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DDC82;
 }
 .AnyTagClassName
 {
   color: #8DDC82;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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