Html Css Color HEX #8AD57D De York

📋 copy color: '#8AD57D'

red 138 ◦ green 213 ◦ blue 125

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

Shades of De York #8AD57D

Tints of De York #8AD57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

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

R = 28.99%
G = 44.75%
B = 26.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#8AD57D (or 0x8AD57D) is known color: De York. HEX triplet: 8A, D5 and 7D. RGB value is (138,213,125). Sum of RGB (Red+Green+Blue) = 138+213+125=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD57D is #752A82. Grayscale: #B4B4B4. Windows color (decimal): -7678595 or 8246666. OLE color: 8246666.

HSL color Cylindrical-coordinate representation of color #8AD57D: hue angle of 111.14º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD57D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 125 -
CMYK 0.35 0 0.41 0.16
HSL 111.14º 0.51% 0.66% -
HSV(B) 111.14º 0.41% 0.84% -
XYZ 37.98 54.47 27.91 -
YUV 180.54 96.65 97.66 -
System Red Green Blue C M Y K H S L
Decimal 138 213 125 0.35 0 0.41 0.16 111.14 0.51 0.66
Hex 8A D5 7D 23 0 29 10 6F 33 42
Octal 212 325 175 43 0 51 20 157 63 102
Binary 10001010 11010101 1111101 100011 0 101001 10000 1101111 110011 1000010

Color Harmonies of #8AD57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD57D

Black with #8AD57D

Text Example


Text Example

White with #8AD57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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