#7FD482

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

Shades of De York #7FD482

Tints of De York #7FD482

Color information

#7FD482 (or 0x7FD482) is unknown color: approx De York. HEX triplet: 7F, D4 and 82. RGB value is (127,212,130). Sum of RGB (Red+Green+Blue) = 127+212+130=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #7FD482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD482 is #802B7D. Grayscale: #B1B1B1. Windows color (decimal): -8399742 or 8574079. OLE color: 8574079.

HSL color Cylindrical-coordinate representation of color #7FD482: hue angle of 122.12º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD482 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB127212130-
CMYK0.4000.390.17
HSL122.12º49.71%66.47%-
HSV(B)122.12º40.09%83.14%-
XYZ36.3353.2129.48-
YUV177.24101.3492.17-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 212 (83.20% from 255) = 45.20%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=27.08%
G=45.20%
B=27.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272121300.4000.390.17122.1249.7166.47
Hex7FD48228027117a3242
Octal177324202500472117262102
Binary1111111110101001000001010100001001111000111110101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,212,130); }

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

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

 a { background-color: rgb(127,212,130); }

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

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

 span { border-color: rgb(127,212,130); }

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