Html Css Color HEX #8AD77B De York

📋 copy color: '#8AD77B'

red 138 ◦ green 215 ◦ blue 123

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

Shades of De York #8AD77B

Tints of De York #8AD77B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.17%

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

R = 28.99%
G = 45.17%
B = 25.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#8AD77B (or 0x8AD77B) is known color: De York. HEX triplet: 8A, D7 and 7B. RGB value is (138,215,123). Sum of RGB (Red+Green+Blue) = 138+215+123=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD77B is #752884. Grayscale: #B5B5B5. Windows color (decimal): -7678085 or 8116106. OLE color: 8116106.

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

Color convert

RGB 138 215 123 -
CMYK 0.36 0 0.43 0.16
HSL 110.22º 0.53% 0.66% -
HSV(B) 110.22º 0.43% 0.84% -
XYZ 38.36 55.43 27.42 -
YUV 181.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 138 215 123 0.36 0 0.43 0.16 110.22 0.53 0.66
Hex 8A D7 7B 24 0 2B 10 6E 35 42
Octal 212 327 173 44 0 53 20 156 65 102
Binary 10001010 11010111 1111011 100100 0 101011 10000 1101110 110101 1000010

Color Harmonies of #8AD77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD77B

Black with #8AD77B

Text Example


Text Example

White with #8AD77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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