#7FBE81

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

Shades of De York #7FBE81

Tints of De York #7FBE81

Color information

#7FBE81 (or 0x7FBE81) is unknown color: approx De York. HEX triplet: 7F, BE and 81. RGB value is (127,190,129). Sum of RGB (Red+Green+Blue) = 127+190+129=446 (59% of max value = 765). Red value is 127 (50% from 255 or 28.48% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #7FBE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBE81 is #80417E. Grayscale: #A4A4A4. Windows color (decimal): -8405375 or 8502911. OLE color: 8502911.

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

Color convert

RGB127190129-
CMYK0.3300.320.25
HSL121.9º32.64%62.16%-
HSV(B)121.9º33.16%74.51%-
XYZ31.1342.9227.41-
YUV164.21108.13101.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.48%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=28.48%
G=42.60%
B=28.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271901290.3300.320.25121.932.6462.16
Hex7FBE8121020197a213e
Octal17727620141040311724176
Binary111111110111110100000011000010100000110011111010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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