Html Css Color HEX #8BD385 De York

📋 copy color: '#8BD385'

red 139 ◦ green 211 ◦ blue 133

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

Shades of De York #8BD385

Tints of De York #8BD385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.54%

R = 28.78%
G = 43.69%
B = 27.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#8BD385 (or 0x8BD385) is known color: De York. HEX triplet: 8B, D3 and 85. RGB value is (139,211,133). Sum of RGB (Red+Green+Blue) = 139+211+133=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 211 - color contains mainly: green. Hex color #8BD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD385 is #742C7A. Grayscale: #B4B4B4. Windows color (decimal): -7613563 or 8770443. OLE color: 8770443.

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

Color convert

RGB 139 211 133 -
CMYK 0.34 0 0.37 0.17
HSL 115.38º 0.47% 0.67% -
HSV(B) 115.38º 0.37% 0.83% -
XYZ 38.18 53.77 30.56 -
YUV 180.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 139 211 133 0.34 0 0.37 0.17 115.38 0.47 0.67
Hex 8B D3 85 22 0 25 11 73 2F 43
Octal 213 323 205 42 0 45 21 163 57 103
Binary 10001011 11010011 10000101 100010 0 100101 10001 1110011 101111 1000011

Color Harmonies of #8BD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD385

Black with #8BD385

Text Example


Text Example

White with #8BD385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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