#7FBC81

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

Shades of De York #7FBC81

Tints of De York #7FBC81

Color information

#7FBC81 (or 0x7FBC81) is unknown color: approx De York. HEX triplet: 7F, BC and 81. RGB value is (127,188,129). Sum of RGB (Red+Green+Blue) = 127+188+129=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC81 is #80437E. Grayscale: #A3A3A3. Windows color (decimal): -8405887 or 8502399. OLE color: 8502399.

HSL color Cylindrical-coordinate representation of color #7FBC81: hue angle of 121.97º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC81 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB127188129-
CMYK0.3200.310.26
HSL121.97º31.28%61.76%-
HSV(B)121.97º32.45%73.73%-
XYZ30.742.0627.27-
YUV163.04108.79102.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 188 (73.83% from 255) = 42.34%
BLUE value IS 129 (50.78% from 255) = 29.05%
R=28.60%
G=42.34%
B=29.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271881290.3200.310.26121.9731.2861.76
Hex7FBC812001F1A7a1f3e
Octal17727420140037321723776
Binary1111111101111001000000110000001111111010111101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBC81; }

 p { color: rgb(127,188,129); }

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

<style>
 a { background-color: #7FBC81; }

 a { background-color: rgb(127,188,129); }

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

<style>
 span { border-color: #7FBC81; }

 span { border-color: rgb(127,188,129); }

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