Html Css Color HEX #8BD386 De York

📋 copy color: '#8BD386'

red 139 ◦ green 211 ◦ blue 134

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

Shades of De York #8BD386

Tints of De York #8BD386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 28.72%
G = 43.6%
B = 27.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#8BD386 (or 0x8BD386) is known color: De York. HEX triplet: 8B, D3 and 86. RGB value is (139,211,134). Sum of RGB (Red+Green+Blue) = 139+211+134=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD386 is #742C79. Grayscale: #B4B4B4. Windows color (decimal): -7613562 or 8835979. OLE color: 8835979.

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

Color convert

RGB 139 211 134 -
CMYK 0.34 0 0.36 0.17
HSL 116.1º 0.47% 0.68% -
HSV(B) 116.1º 0.36% 0.83% -
XYZ 38.24 53.8 30.92 -
YUV 180.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 139 211 134 0.34 0 0.36 0.17 116.1 0.47 0.68
Hex 8B D3 86 22 0 24 11 74 2F 44
Octal 213 323 206 42 0 44 21 164 57 104
Binary 10001011 11010011 10000110 100010 0 100100 10001 1110100 101111 1000100

Color Harmonies of #8BD386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD386

Black with #8BD386

Text Example


Text Example

White with #8BD386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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