Html Css Color HEX #8DDD82 Granny Smith Apple

📋 copy color: '#8DDD82'

red 141 ◦ green 221 ◦ blue 130

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

Shades of Granny Smith Apple #8DDD82

Tints of Granny Smith Apple #8DDD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 28.66%
G = 44.92%
B = 26.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8DDD82 (or 0x8DDD82) is known color: Granny Smith Apple. HEX triplet: 8D, DD and 82. RGB value is (141,221,130). Sum of RGB (Red+Green+Blue) = 141+221+130=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8DDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDD82 is #72227D. Grayscale: #BABABA. Windows color (decimal): -7479934 or 8576397. OLE color: 8576397.

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

Color convert

RGB 141 221 130 -
CMYK 0.36 0 0.41 0.13
HSL 112.75º 0.57% 0.69% -
HSV(B) 112.75º 0.41% 0.87% -
XYZ 40.87 58.99 30.35 -
YUV 186.71 96 95.4 -
System Red Green Blue C M Y K H S L
Decimal 141 221 130 0.36 0 0.41 0.13 112.75 0.57 0.69
Hex 8D DD 82 24 0 29 D 71 39 45
Octal 215 335 202 44 0 51 15 161 71 105
Binary 10001101 11011101 10000010 100100 0 101001 1101 1110001 111001 1000101

Color Harmonies of #8DDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDD82

Black with #8DDD82

Text Example


Text Example

White with #8DDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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