Html Css Color HEX #8DDF80 Granny Smith Apple

📋 copy color: '#8DDF80'

red 141 ◦ green 223 ◦ blue 128

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

Shades of Granny Smith Apple #8DDF80

Tints of Granny Smith Apple #8DDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 28.66%
G = 45.33%
B = 26.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#8DDF80 (or 0x8DDF80) is known color: Granny Smith Apple. HEX triplet: 8D, DF and 80. RGB value is (141,223,128). Sum of RGB (Red+Green+Blue) = 141+223+128=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDF80 is #72207F. Grayscale: #BBBBBB. Windows color (decimal): -7479424 or 8445837. OLE color: 8445837.

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

Color convert

RGB 141 223 128 -
CMYK 0.37 0 0.43 0.13
HSL 111.79º 0.6% 0.69% -
HSV(B) 111.79º 0.43% 0.87% -
XYZ 41.27 60 29.83 -
YUV 187.65 94.33 94.72 -
System Red Green Blue C M Y K H S L
Decimal 141 223 128 0.37 0 0.43 0.13 111.79 0.6 0.69
Hex 8D DF 80 25 0 2B D 70 3C 45
Octal 215 337 200 45 0 53 15 160 74 105
Binary 10001101 11011111 10000000 100101 0 101011 1101 1110000 111100 1000101

Color Harmonies of #8DDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDF80

Black with #8DDF80

Text Example


Text Example

White with #8DDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,223,128); }

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

background-color css

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

 a { background-color: rgb(141,223,128); }

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

border-color css

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

 span { border-color: rgb(141,223,128); }

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