Html Css Color HEX #8BCE85 De York

📋 copy color: '#8BCE85'

red 139 ◦ green 206 ◦ blue 133

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

Shades of De York #8BCE85

Tints of De York #8BCE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.1%

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

R = 29.08%
G = 43.1%
B = 27.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#8BCE85 (or 0x8BCE85) is known color: De York. HEX triplet: 8B, CE and 85. RGB value is (139,206,133). Sum of RGB (Red+Green+Blue) = 139+206+133=478 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.08% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #8BCE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BCE85 is #74317A. Grayscale: #B1B1B1. Windows color (decimal): -7614843 or 8769163. OLE color: 8769163.

HSL color Cylindrical-coordinate representation of color #8BCE85: hue angle of 115.07º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8BCE85 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 206 133 -
CMYK 0.33 0 0.35 0.19
HSL 115.07º 0.43% 0.66% -
HSV(B) 115.07º 0.35% 0.81% -
XYZ 36.95 51.33 30.15 -
YUV 177.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 139 206 133 0.33 0 0.35 0.19 115.07 0.43 0.66
Hex 8B CE 85 21 0 23 13 73 2B 42
Octal 213 316 205 41 0 43 23 163 53 102
Binary 10001011 11001110 10000101 100001 0 100011 10011 1110011 101011 1000010

Color Harmonies of #8BCE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCE85

Black with #8BCE85

Text Example


Text Example

White with #8BCE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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