#7FE840

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

Shades of Atlantis #7FE840

Tints of Atlantis #7FE840

Color information

#7FE840 (or 0x7FE840) is unknown color: approx Atlantis. HEX triplet: 7F, E8 and 40. RGB value is (127,232,64). Sum of RGB (Red+Green+Blue) = 127+232+64=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE840 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FE840 is #8017BF. Grayscale: #B6B6B6. Windows color (decimal): -8394688 or 4253823. OLE color: 4253823.

HSL color Cylindrical-coordinate representation of color #7FE840: hue angle of 97.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FE840 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB12723264-
CMYK0.4500.720.09
HSL97.5º78.5%58.04%-
HSV(B)97.5º72.41%90.98%-
XYZ38.5362.614.9-
YUV181.4561.7189.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 232 (91.02% from 255) = 54.85%
BLUE value IS 64 (25.39% from 255) = 15.13%
R=30.02%
G=54.85%
B=15.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal127232640.4500.720.0997.578.558.04
Hex7FE8402D0489624f3a
Octal1773501005501101114211772
Binary111111111101000100000010110101001000100111000101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,232,64); }

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

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

 a { background-color: rgb(127,232,64); }

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

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

 span { border-color: rgb(127,232,64); }

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