Html Css Color HEX #8ED383 De York

📋 copy color: '#8ED383'

red 142 ◦ green 211 ◦ blue 131

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

Shades of De York #8ED383

Tints of De York #8ED383

RGB

 RED value IS 142 (55.86% from 255) = 29.34%

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

 BLUE value IS 131 (51.56% from 255) = 27.07%

R = 29.34%
G = 43.6%
B = 27.07%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#8ED383 (or 0x8ED383) is known color: De York. HEX triplet: 8E, D3 and 83. RGB value is (142,211,131). Sum of RGB (Red+Green+Blue) = 142+211+131=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED383 is #712C7C. Grayscale: #B5B5B5. Windows color (decimal): -7416957 or 8639374. OLE color: 8639374.

HSL color Cylindrical-coordinate representation of color #8ED383: hue angle of 111.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED383 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 211 131 -
CMYK 0.33 0 0.38 0.17
HSL 111.75º 0.48% 0.67% -
HSV(B) 111.75º 0.38% 0.83% -
XYZ 38.55 53.98 29.86 -
YUV 181.25 99.64 100 -
System Red Green Blue C M Y K H S L
Decimal 142 211 131 0.33 0 0.38 0.17 111.75 0.48 0.67
Hex 8E D3 83 21 0 26 11 70 30 43
Octal 216 323 203 41 0 46 21 160 60 103
Binary 10001110 11010011 10000011 100001 0 100110 10001 1110000 110000 1000011

Color Harmonies of #8ED383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED383

Black with #8ED383

Text Example


Text Example

White with #8ED383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,211,131); }

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

background-color css

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

 a { background-color: rgb(142,211,131); }

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

border-color css

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

 span { border-color: rgb(142,211,131); }

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