Html Css Color HEX #8BDC85 De York

📋 copy color: '#8BDC85'

red 139 ◦ green 220 ◦ blue 133

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

Shades of De York #8BDC85

Tints of De York #8BDC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

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

R = 28.25%
G = 44.72%
B = 27.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#8BDC85 (or 0x8BDC85) is known color: De York. HEX triplet: 8B, DC and 85. RGB value is (139,220,133). Sum of RGB (Red+Green+Blue) = 139+220+133=492 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.25% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDC85 is #74237A. Grayscale: #BABABA. Windows color (decimal): -7611259 or 8772747. OLE color: 8772747.

HSL color Cylindrical-coordinate representation of color #8BDC85: hue angle of 115.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDC85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 220 133 -
CMYK 0.37 0 0.40 0.14
HSL 115.86º 0.55% 0.69% -
HSV(B) 115.86º 0.4% 0.86% -
XYZ 40.47 58.37 31.32 -
YUV 185.86 98.16 94.57 -
System Red Green Blue C M Y K H S L
Decimal 139 220 133 0.37 0 0.40 0.14 115.86 0.55 0.69
Hex 8B DC 85 25 0 28 E 74 37 45
Octal 213 334 205 45 0 50 16 164 67 105
Binary 10001011 11011100 10000101 100101 0 101000 1110 1110100 110111 1000101

Color Harmonies of #8BDC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC85

Black with #8BDC85

Text Example


Text Example

White with #8BDC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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