#7FC48A

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

Shades of De York #7FC48A

Tints of De York #7FC48A

Color information

#7FC48A (or 0x7FC48A) is unknown color: approx De York. HEX triplet: 7F, C4 and 8A. RGB value is (127,196,138). Sum of RGB (Red+Green+Blue) = 127+196+138=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #7FC48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC48A is #803B75. Grayscale: #A8A8A8. Windows color (decimal): -8403830 or 9094271. OLE color: 9094271.

HSL color Cylindrical-coordinate representation of color #7FC48A: hue angle of 129.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FC48A is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB127196138-
CMYK0.3500.300.23
HSL129.57º36.9%63.33%-
HSV(B)129.57º35.2%76.86%-
XYZ33.0845.8331.15-
YUV168.76110.6498.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.55%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=27.55%
G=42.52%
B=29.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271961380.3500.300.23129.5736.963.33
Hex7FC48A2301E1782253f
Octal17730421243036272024577
Binary111111111000100100010101000110111101011110000010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,196,138); }

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

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

 a { background-color: rgb(127,196,138); }

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

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

 span { border-color: rgb(127,196,138); }

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