Html Css Color HEX #8DD795 De York

📋 copy color: '#8DD795'

red 141 ◦ green 215 ◦ blue 149

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

Shades of De York #8DD795

Tints of De York #8DD795

RGB

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

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

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

R = 27.92%
G = 42.57%
B = 29.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#8DD795 (or 0x8DD795) is known color: De York. HEX triplet: 8D, D7 and 95. RGB value is (141,215,149). Sum of RGB (Red+Green+Blue) = 141+215+149=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD795 is #72286A. Grayscale: #B9B9B9. Windows color (decimal): -7481451 or 9820045. OLE color: 9820045.

HSL color Cylindrical-coordinate representation of color #8DD795: hue angle of 126.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD795 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 215 149 -
CMYK 0.34 0 0.31 0.16
HSL 126.49º 0.48% 0.7% -
HSV(B) 126.49º 0.34% 0.84% -
XYZ 40.71 56.43 37.18 -
YUV 185.35 107.48 96.37 -
System Red Green Blue C M Y K H S L
Decimal 141 215 149 0.34 0 0.31 0.16 126.49 0.48 0.7
Hex 8D D7 95 22 0 1F 10 7E 30 46
Octal 215 327 225 42 0 37 20 176 60 106
Binary 10001101 11010111 10010101 100010 0 11111 10000 1111110 110000 1000110

Color Harmonies of #8DD795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD795

Black with #8DD795

Text Example


Text Example

White with #8DD795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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