Html Css Color HEX #8AD87D De York

📋 copy color: '#8AD87D'

red 138 ◦ green 216 ◦ blue 125

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

Shades of De York #8AD87D

Tints of De York #8AD87D

RGB

 RED value IS 138 (54.3% from 255) = 28.81%

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 28.81%
G = 45.09%
B = 26.1%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#8AD87D (or 0x8AD87D) is known color: De York. HEX triplet: 8A, D8 and 7D. RGB value is (138,216,125). Sum of RGB (Red+Green+Blue) = 138+216+125=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD87D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD87D is #752782. Grayscale: #B6B6B6. Windows color (decimal): -7677827 or 8247434. OLE color: 8247434.

HSL color Cylindrical-coordinate representation of color #8AD87D: hue angle of 111.43º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD87D is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 216 125 -
CMYK 0.36 0 0.42 0.15
HSL 111.43º 0.54% 0.67% -
HSV(B) 111.43º 0.42% 0.85% -
XYZ 38.74 56 28.17 -
YUV 182.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 138 216 125 0.36 0 0.42 0.15 111.43 0.54 0.67
Hex 8A D8 7D 24 0 2A F 6F 36 43
Octal 212 330 175 44 0 52 17 157 66 103
Binary 10001010 11011000 1111101 100100 0 101010 1111 1101111 110110 1000011

Color Harmonies of #8AD87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD87D

Black with #8AD87D

Text Example


Text Example

White with #8AD87D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,216,125); }

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

background-color css

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

 a { background-color: rgb(138,216,125); }

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

border-color css

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

 span { border-color: rgb(138,216,125); }

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