#7FC88E

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

Shades of De York #7FC88E

Tints of De York #7FC88E

Color information

#7FC88E (or 0x7FC88E) is unknown color: approx De York. HEX triplet: 7F, C8 and 8E. RGB value is (127,200,142). Sum of RGB (Red+Green+Blue) = 127+200+142=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC88E is #803771. Grayscale: #ABABAB. Windows color (decimal): -8402802 or 9357439. OLE color: 9357439.

HSL color Cylindrical-coordinate representation of color #7FC88E: hue angle of 132.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC88E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB127200142-
CMYK0.3600.290.22
HSL132.33º39.89%64.12%-
HSV(B)132.33º36.5%78.43%-
XYZ34.2947.7733.01-
YUV171.56111.3296.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 142 (55.86% from 255) = 30.28%
R=27.08%
G=42.64%
B=30.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1272001420.3600.290.22132.3339.8964.12
Hex7FC88E2401D16842840
Octal177310216440352620450100
Binary1111111110010001000111010010001110110110100001001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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