#7FCA90

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

Shades of De York #7FCA90

Tints of De York #7FCA90

Color information

#7FCA90 (or 0x7FCA90) is unknown color: approx De York. HEX triplet: 7F, CA and 90. RGB value is (127,202,144). Sum of RGB (Red+Green+Blue) = 127+202+144=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCA90 is #80356F. Grayscale: #ADADAD. Windows color (decimal): -8402288 or 9489023. OLE color: 9489023.

HSL color Cylindrical-coordinate representation of color #7FCA90: hue angle of 133.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 #7FCA90 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB127202144-
CMYK0.3700.290.21
HSL133.6º41.44%64.51%-
HSV(B)133.6º37.13%79.22%-
XYZ34.9148.7733.96-
YUV172.96111.6595.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 202 (79.30% from 255) = 42.71%
BLUE value IS 144 (56.64% from 255) = 30.44%
R=26.85%
G=42.71%
B=30.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1272021440.3700.290.21133.641.4464.51
Hex7FCA902501D15862941
Octal177312220450352520651101
Binary1111111110010101001000010010101110110101100001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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