#7FD290

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

Shades of De York #7FD290

Tints of De York #7FD290

Color information

#7FD290 (or 0x7FD290) is unknown color: approx De York. HEX triplet: 7F, D2 and 90. RGB value is (127,210,144). Sum of RGB (Red+Green+Blue) = 127+210+144=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD290 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD290 is #802D6F. Grayscale: #B1B1B1. Windows color (decimal): -8400240 or 9491071. OLE color: 9491071.

HSL color Cylindrical-coordinate representation of color #7FD290: hue angle of 132.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD290 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB127210144-
CMYK0.4000.310.18
HSL132.29º47.98%66.08%-
HSV(B)132.29º39.52%82.35%-
XYZ36.8352.6234.6-
YUV177.6610991.87-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 210 (82.42% from 255) = 43.66%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=26.40%
G=43.66%
B=29.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272101440.4000.310.18132.2947.9866.08
Hex7FD2902801F12843042
Octal177322220500372220460102
Binary1111111110100101001000010100001111110010100001001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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