Html Css Color HEX #8AD57B De York

📋 copy color: '#8AD57B'

red 138 ◦ green 213 ◦ blue 123

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

Shades of De York #8AD57B

Tints of De York #8AD57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 29.11%
G = 44.94%
B = 25.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#8AD57B (or 0x8AD57B) is known color: De York. HEX triplet: 8A, D5 and 7B. RGB value is (138,213,123). Sum of RGB (Red+Green+Blue) = 138+213+123=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD57B is #752A84. Grayscale: #B4B4B4. Windows color (decimal): -7678597 or 8115594. OLE color: 8115594.

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

Color convert

RGB 138 213 123 -
CMYK 0.35 0 0.42 0.16
HSL 110º 0.52% 0.66% -
HSV(B) 110º 0.42% 0.84% -
XYZ 37.85 54.42 27.25 -
YUV 180.32 95.65 97.82 -
System Red Green Blue C M Y K H S L
Decimal 138 213 123 0.35 0 0.42 0.16 110 0.52 0.66
Hex 8A D5 7B 23 0 2A 10 6E 34 42
Octal 212 325 173 43 0 52 20 156 64 102
Binary 10001010 11010101 1111011 100011 0 101010 10000 1101110 110100 1000010

Color Harmonies of #8AD57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD57B

Black with #8AD57B

Text Example


Text Example

White with #8AD57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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