#7FD93E

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

Shades of Atlantis #7FD93E

Tints of Atlantis #7FD93E

Color information

#7FD93E (or 0x7FD93E) is unknown color: approx Atlantis. HEX triplet: 7F, D9 and 3E. RGB value is (127,217,62). Sum of RGB (Red+Green+Blue) = 127+217+62=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD93E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD93E is #8026C1. Grayscale: #ACACAC. Windows color (decimal): -8398530 or 4118911. OLE color: 4118911.

HSL color Cylindrical-coordinate representation of color #7FD93E: hue angle of 94.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FD93E is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB12721762-
CMYK0.4100.710.15
HSL94.84º67.1%54.71%-
HSV(B)94.84º71.43%85.1%-
XYZ34.4354.4913.26-
YUV172.4265.6895.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 62 (24.61% from 255) = 15.27%
R=31.28%
G=53.45%
B=15.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127217620.4100.710.1594.8467.154.71
Hex7FD93E29047F5f4337
Octal177331765101071713710367
Binary11111111101100111111010100101000111111110111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD93E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,217,62); }

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

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

 a { background-color: rgb(127,217,62); }

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

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

 span { border-color: rgb(127,217,62); }

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