Html Css Color HEX #8DCE95 De York

📋 copy color: '#8DCE95'

red 141 ◦ green 206 ◦ blue 149

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

Shades of De York #8DCE95

Tints of De York #8DCE95

RGB

 RED value IS 141 (55.47% from 255) = 28.43%

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 28.43%
G = 41.53%
B = 30.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#8DCE95 (or 0x8DCE95) is known color: De York. HEX triplet: 8D, CE and 95. RGB value is (141,206,149). Sum of RGB (Red+Green+Blue) = 141+206+149=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE95 is #72316A. Grayscale: #B4B4B4. Windows color (decimal): -7483755 or 9817741. OLE color: 9817741.

HSL color Cylindrical-coordinate representation of color #8DCE95: hue angle of 127.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE95 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 149 -
CMYK 0.32 0 0.28 0.19
HSL 127.38º 0.4% 0.68% -
HSV(B) 127.38º 0.32% 0.81% -
XYZ 38.48 51.98 36.44 -
YUV 180.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 141 206 149 0.32 0 0.28 0.19 127.38 0.4 0.68
Hex 8D CE 95 20 0 1C 13 7F 28 44
Octal 215 316 225 40 0 34 23 177 50 104
Binary 10001101 11001110 10010101 100000 0 11100 10011 1111111 101000 1000100

Color Harmonies of #8DCE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCE95

Black with #8DCE95

Text Example


Text Example

White with #8DCE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,149); }

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

background-color css

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

 a { background-color: rgb(141,206,149); }

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

border-color css

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

 span { border-color: rgb(141,206,149); }

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