Html Css Color HEX #8FDC82 Granny Smith Apple

📋 copy color: '#8FDC82'

red 143 ◦ green 220 ◦ blue 130

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

Shades of Granny Smith Apple #8FDC82

Tints of Granny Smith Apple #8FDC82

RGB

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

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

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

R = 29.01%
G = 44.62%
B = 26.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#8FDC82 (or 0x8FDC82) is known color: Granny Smith Apple. HEX triplet: 8F, DC and 82. RGB value is (143,220,130). Sum of RGB (Red+Green+Blue) = 143+220+130=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC82 is #70237D. Grayscale: #BBBBBB. Windows color (decimal): -7349118 or 8576143. OLE color: 8576143.

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

Color convert

RGB 143 220 130 -
CMYK 0.35 0 0.41 0.14
HSL 111.33º 0.56% 0.69% -
HSV(B) 111.33º 0.41% 0.86% -
XYZ 40.95 58.64 30.28 -
YUV 186.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 143 220 130 0.35 0 0.41 0.14 111.33 0.56 0.69
Hex 8F DC 82 23 0 29 E 6F 38 45
Octal 217 334 202 43 0 51 16 157 70 105
Binary 10001111 11011100 10000010 100011 0 101001 1110 1101111 111000 1000101

Color Harmonies of #8FDC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC82

Black with #8FDC82

Text Example


Text Example

White with #8FDC82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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