Html Css Color HEX #8BD097 De York

📋 copy color: '#8BD097'

red 139 ◦ green 208 ◦ blue 151

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

Shades of De York #8BD097

Tints of De York #8BD097

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.77%

 BLUE value IS 151 (59.38% from 255) = 30.32%

R = 27.91%
G = 41.77%
B = 30.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#8BD097 (or 0x8BD097) is known color: De York. HEX triplet: 8B, D0 and 97. RGB value is (139,208,151). Sum of RGB (Red+Green+Blue) = 139+208+151=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD097 is #742F68. Grayscale: #B5B5B5. Windows color (decimal): -7614313 or 9949323. OLE color: 9949323.

HSL color Cylindrical-coordinate representation of color #8BD097: hue angle of 130.43º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD097 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 151 -
CMYK 0.33 0 0.27 0.18
HSL 130.43º 0.42% 0.68% -
HSV(B) 130.43º 0.33% 0.82% -
XYZ 38.79 52.84 37.43 -
YUV 180.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 139 208 151 0.33 0 0.27 0.18 130.43 0.42 0.68
Hex 8B D0 97 21 0 1B 12 82 2A 44
Octal 213 320 227 41 0 33 22 202 52 104
Binary 10001011 11010000 10010111 100001 0 11011 10010 10000010 101010 1000100

Color Harmonies of #8BD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD097

Black with #8BD097

Text Example


Text Example

White with #8BD097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,208,151); }

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

background-color css

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

 a { background-color: rgb(139,208,151); }

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

border-color css

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

 span { border-color: rgb(139,208,151); }

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