#7FCA81

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

Shades of De York #7FCA81

Tints of De York #7FCA81

Color information

#7FCA81 (or 0x7FCA81) is unknown color: approx De York. HEX triplet: 7F, CA and 81. RGB value is (127,202,129). Sum of RGB (Red+Green+Blue) = 127+202+129=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA81 is #80357E. Grayscale: #ABABAB. Windows color (decimal): -8402303 or 8505983. OLE color: 8505983.

HSL color Cylindrical-coordinate representation of color #7FCA81: hue angle of 121.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCA81 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB127202129-
CMYK0.3700.360.21
HSL121.6º41.44%64.51%-
HSV(B)121.6º37.13%79.22%-
XYZ33.8448.3428.32-
YUV171.25104.1596.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 202 (79.30% from 255) = 44.10%
BLUE value IS 129 (50.78% from 255) = 28.17%
R=27.73%
G=44.10%
B=28.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021290.3700.360.21121.641.4464.51
Hex7FCA8125024157a2941
Octal177312201450442517251101
Binary1111111110010101000000110010101001001010111110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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