#7FE038

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

Shades of Atlantis #7FE038

Tints of Atlantis #7FE038

Color information

#7FE038 (or 0x7FE038) is unknown color: approx Atlantis. HEX triplet: 7F, E0 and 38. RGB value is (127,224,56). Sum of RGB (Red+Green+Blue) = 127+224+56=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 224 (87.89% from 255 or 55.04% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE038 is #801FC7. Grayscale: #B0B0B0. Windows color (decimal): -8396744 or 3727487. OLE color: 3727487.

HSL color Cylindrical-coordinate representation of color #7FE038: hue angle of 94.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FE038 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB12722456-
CMYK0.4300.750.12
HSL94.64º73.04%54.9%-
HSV(B)94.64º75%87.84%-
XYZ36.1258.1113.05-
YUV175.8560.3693.16-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.20%
GREEN value IS 224 (87.89% from 255) = 55.04%
BLUE value IS 56 (22.27% from 255) = 13.76%
R=31.20%
G=55.04%
B=13.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127224560.4300.750.1294.6473.0454.9
Hex7FE0382B04BC5f4937
Octal177340705301131413711167
Binary11111111110000011100010101101001011110010111111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,224,56); }

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

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

 a { background-color: rgb(127,224,56); }

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

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

 span { border-color: rgb(127,224,56); }

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