#7FD292

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

Shades of De York #7FD292

Tints of De York #7FD292

Color information

#7FD292 (or 0x7FD292) is unknown color: approx De York. HEX triplet: 7F, D2 and 92. RGB value is (127,210,146). Sum of RGB (Red+Green+Blue) = 127+210+146=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD292 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD292 is #802D6D. Grayscale: #B2B2B2. Windows color (decimal): -8400238 or 9622143. OLE color: 9622143.

HSL color Cylindrical-coordinate representation of color #7FD292: hue angle of 133.73º 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 #7FD292 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB127210146-
CMYK0.4000.300.18
HSL133.73º47.98%66.08%-
HSV(B)133.73º39.52%82.35%-
XYZ36.9952.6835.41-
YUV177.8911091.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 210 (82.42% from 255) = 43.48%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=26.29%
G=43.48%
B=30.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1272101460.4000.300.18133.7347.9866.08
Hex7FD2922801E12863042
Octal177322222500362220660102
Binary1111111110100101001001010100001111010010100001101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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