Html Css Color HEX #8FDD82 Granny Smith Apple

📋 copy color: '#8FDD82'

red 143 ◦ green 221 ◦ blue 130

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

Shades of Granny Smith Apple #8FDD82

Tints of Granny Smith Apple #8FDD82

RGB

 RED value IS 143 (56.25% from 255) = 28.95%

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

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

R = 28.95%
G = 44.74%
B = 26.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8FDD82 (or 0x8FDD82) is known color: Granny Smith Apple. HEX triplet: 8F, DD and 82. RGB value is (143,221,130). Sum of RGB (Red+Green+Blue) = 143+221+130=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 130 (51.17% from 255 or 26.32% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD82 is #70227D. Grayscale: #BBBBBB. Windows color (decimal): -7348862 or 8576399. OLE color: 8576399.

HSL color Cylindrical-coordinate representation of color #8FDD82: hue angle of 111.43º 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 #8FDD82 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 130 -
CMYK 0.35 0 0.41 0.13
HSL 111.43º 0.57% 0.69% -
HSV(B) 111.43º 0.41% 0.87% -
XYZ 41.21 59.16 30.37 -
YUV 187.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 143 221 130 0.35 0 0.41 0.13 111.43 0.57 0.69
Hex 8F DD 82 23 0 29 D 6F 39 45
Octal 217 335 202 43 0 51 15 157 71 105
Binary 10001111 11011101 10000010 100011 0 101001 1101 1101111 111001 1000101

Color Harmonies of #8FDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD82

Black with #8FDD82

Text Example


Text Example

White with #8FDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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