Html Css Color HEX #8AD37B De York

📋 copy color: '#8AD37B'

red 138 ◦ green 211 ◦ blue 123

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

Shades of De York #8AD37B

Tints of De York #8AD37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.7%

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

R = 29.24%
G = 44.7%
B = 26.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#8AD37B (or 0x8AD37B) is known color: De York. HEX triplet: 8A, D3 and 7B. RGB value is (138,211,123). Sum of RGB (Red+Green+Blue) = 138+211+123=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD37B is #752C84. Grayscale: #B3B3B3. Windows color (decimal): -7679109 or 8115082. OLE color: 8115082.

HSL color Cylindrical-coordinate representation of color #8AD37B: hue angle of 109.77º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AD37B is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 138 211 123 -
CMYK 0.35 0 0.42 0.17
HSL 109.77º 0.5% 0.65% -
HSV(B) 109.77º 0.42% 0.83% -
XYZ 37.35 53.42 27.08 -
YUV 179.14 96.32 98.66 -
System Red Green Blue C M Y K H S L
Decimal 138 211 123 0.35 0 0.42 0.17 109.77 0.5 0.65
Hex 8A D3 7B 23 0 2A 11 6E 32 41
Octal 212 323 173 43 0 52 21 156 62 101
Binary 10001010 11010011 1111011 100011 0 101010 10001 1101110 110010 1000001

Color Harmonies of #8AD37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD37B

Black with #8AD37B

Text Example


Text Example

White with #8AD37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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