Html Css Color HEX #8BD396 De York

📋 copy color: '#8BD396'

red 139 ◦ green 211 ◦ blue 150

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

Shades of De York #8BD396

Tints of De York #8BD396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 27.8%
G = 42.2%
B = 30%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#8BD396 (or 0x8BD396) is known color: De York. HEX triplet: 8B, D3 and 96. RGB value is (139,211,150). Sum of RGB (Red+Green+Blue) = 139+211+150=500 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.8% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD396 is #742C69. Grayscale: #B6B6B6. Windows color (decimal): -7613546 or 9884555. OLE color: 9884555.

HSL color Cylindrical-coordinate representation of color #8BD396: hue angle of 129.17º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8BD396 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 211 150 -
CMYK 0.34 0 0.29 0.17
HSL 129.17º 0.45% 0.69% -
HSV(B) 129.17º 0.34% 0.83% -
XYZ 39.45 54.28 37.25 -
YUV 182.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 139 211 150 0.34 0 0.29 0.17 129.17 0.45 0.69
Hex 8B D3 96 22 0 1D 11 81 2D 45
Octal 213 323 226 42 0 35 21 201 55 105
Binary 10001011 11010011 10010110 100010 0 11101 10001 10000001 101101 1000101

Color Harmonies of #8BD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD396

Black with #8BD396

Text Example


Text Example

White with #8BD396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,211,150); }

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

background-color css

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

 a { background-color: rgb(139,211,150); }

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

border-color css

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

 span { border-color: rgb(139,211,150); }

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