Html Css Color HEX #8BD995 De York

📋 copy color: '#8BD995'

red 139 ◦ green 217 ◦ blue 149

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

Shades of De York #8BD995

Tints of De York #8BD995

RGB

 RED value IS 139 (54.69% from 255) = 27.52%

 GREEN value IS 217 (85.16% from 255) = 42.97%

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

R = 27.52%
G = 42.97%
B = 29.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#8BD995 (or 0x8BD995) is known color: De York. HEX triplet: 8B, D9 and 95. RGB value is (139,217,149). Sum of RGB (Red+Green+Blue) = 139+217+149=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD995 is #74266A. Grayscale: #BABABA. Windows color (decimal): -7612011 or 9820555. OLE color: 9820555.

HSL color Cylindrical-coordinate representation of color #8BD995: hue angle of 127.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD995 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 217 149 -
CMYK 0.36 0 0.31 0.15
HSL 127.69º 0.51% 0.7% -
HSV(B) 127.69º 0.36% 0.85% -
XYZ 40.89 57.28 37.34 -
YUV 185.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 139 217 149 0.36 0 0.31 0.15 127.69 0.51 0.7
Hex 8B D9 95 24 0 1F F 80 33 46
Octal 213 331 225 44 0 37 17 200 63 106
Binary 10001011 11011001 10010101 100100 0 11111 1111 10000000 110011 1000110

Color Harmonies of #8BD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD995

Black with #8BD995

Text Example


Text Example

White with #8BD995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,217,149); }

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

background-color css

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

 a { background-color: rgb(139,217,149); }

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

border-color css

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

 span { border-color: rgb(139,217,149); }

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