#8BCC7F

Color #8BCC7F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8BCC7F

Tints of De York #8BCC7F

Color information

#8BCC7F (or 0x8BCC7F) is unknown color: approx De York. HEX triplet: 8B, CC and 7F. RGB value is (139,204,127). Sum of RGB (Red+Green+Blue) = 139+204+127=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCC7F is #743380. Grayscale: #B0B0B0. Windows color (decimal): -7615361 or 8375435. OLE color: 8375435.

HSL color Cylindrical-coordinate representation of color #8BCC7F: hue angle of 110.65º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BCC7F is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB139204127-
CMYK0.3200.380.2
HSL110.65º43.02%64.9%-
HSV(B)110.65º37.75%80%-
XYZ36.0750.2127.87-
YUV175.79100.47101.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 127 (50% from 255) = 27.02%
R=29.57%
G=43.40%
B=27.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1392041270.3200.380.2110.6543.0264.9
Hex8BCC7F20026146f2b41
Octal213314177400462415753101
Binary1000101111001100111111110000001001101010011011111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,127); }

 H1.HeaderClassName
 {
   color: #8BCC7F;
 }
 .AnyTagClassName
 {
   color: #8BCC7F;
 }
</style>
background-color css

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

 a { background-color: rgb(139,204,127); }

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

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

 span { border-color: rgb(139,204,127); }

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