#7FD182

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

Shades of De York #7FD182

Tints of De York #7FD182

Color information

#7FD182 (or 0x7FD182) is unknown color: approx De York. HEX triplet: 7F, D1 and 82. RGB value is (127,209,130). Sum of RGB (Red+Green+Blue) = 127+209+130=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #7FD182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD182 is #802E7D. Grayscale: #AFAFAF. Windows color (decimal): -8400510 or 8573311. OLE color: 8573311.

HSL color Cylindrical-coordinate representation of color #7FD182: hue angle of 122.2º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD182 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB127209130-
CMYK0.3900.380.18
HSL122.2º47.13%65.88%-
HSV(B)122.2º39.23%81.96%-
XYZ35.5851.7229.23-
YUV175.48102.3393.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.25%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 130 (51.17% from 255) = 27.90%
R=27.25%
G=44.85%
B=27.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272091300.3900.380.18122.247.1365.88
Hex7FD18227026127a2f42
Octal177321202470462217257102
Binary1111111110100011000001010011101001101001011110101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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