#7FE53D

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

Shades of Atlantis #7FE53D

Tints of Atlantis #7FE53D

Color information

#7FE53D (or 0x7FE53D) is unknown color: approx Atlantis. HEX triplet: 7F, E5 and 3D. RGB value is (127,229,61). Sum of RGB (Red+Green+Blue) = 127+229+61=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE53D is #801AC2. Grayscale: #B3B3B3. Windows color (decimal): -8395459 or 4056447. OLE color: 4056447.

HSL color Cylindrical-coordinate representation of color #7FE53D: hue angle of 96.43º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FE53D is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB12722961-
CMYK0.4500.730.10
HSL96.43º76.36%56.86%-
HSV(B)96.43º73.36%89.8%-
XYZ37.6160.8914.18-
YUV179.3561.2190.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 229 (89.84% from 255) = 54.92%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=30.46%
G=54.92%
B=14.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal127229610.4500.730.1096.4376.3656.86
Hex7FE53D2D049A604c39
Octal177345755501111214011471
Binary11111111110010111110110110101001001101011000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,229,61); }

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

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

 a { background-color: rgb(127,229,61); }

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

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

 span { border-color: rgb(127,229,61); }

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