#7FC07D

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

Shades of De York #7FC07D

Tints of De York #7FC07D

Color information

#7FC07D (or 0x7FC07D) is unknown color: approx De York. HEX triplet: 7F, C0 and 7D. RGB value is (127,192,125). Sum of RGB (Red+Green+Blue) = 127+192+125=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC07D is #803F82. Grayscale: #A5A5A5. Windows color (decimal): -8404867 or 8241279. OLE color: 8241279.

HSL color Cylindrical-coordinate representation of color #7FC07D: hue angle of 118.21º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC07D is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB127192125-
CMYK0.3400.350.25
HSL118.21º34.72%62.16%-
HSV(B)118.21º34.9%75.29%-
XYZ31.343.6926.19-
YUV164.93105.47100.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.60%
GREEN value IS 192 (75.39% from 255) = 43.24%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=28.60%
G=43.24%
B=28.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921250.3400.350.25118.2134.7262.16
Hex7FC07D220231976233e
Octal17730017542043311664376
Binary11111111100000011111011000100100011110011110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,125); }

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

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

 a { background-color: rgb(127,192,125); }

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

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

 span { border-color: rgb(127,192,125); }

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