#7FC874

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

Shades of De York #7FC874

Tints of De York #7FC874

Color information

#7FC874 (or 0x7FC874) is unknown color: approx De York. HEX triplet: 7F, C8 and 74. RGB value is (127,200,116). Sum of RGB (Red+Green+Blue) = 127+200+116=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC874 is #80378B. Grayscale: #A8A8A8. Windows color (decimal): -8402828 or 7653503. OLE color: 7653503.

HSL color Cylindrical-coordinate representation of color #7FC874: hue angle of 112.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC874 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB127200116-
CMYK0.3600.420.22
HSL112.14º43.3%61.96%-
HSV(B)112.14º42%78.43%-
XYZ32.5647.0823.89-
YUV168.698.3298.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.67%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=28.67%
G=45.15%
B=26.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001160.3600.420.22112.1443.361.96
Hex7FC8742402A16702b3e
Octal17731016444052261605376
Binary11111111100100011101001001000101010101101110000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,200,116); }

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

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

 a { background-color: rgb(127,200,116); }

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

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

 span { border-color: rgb(127,200,116); }

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