#7FE134

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

Shades of Atlantis #7FE134

Tints of Atlantis #7FE134

Color information

#7FE134 (or 0x7FE134) is unknown color: approx Atlantis. HEX triplet: 7F, E1 and 34. RGB value is (127,225,52). Sum of RGB (Red+Green+Blue) = 127+225+52=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE134 is #801ECB. Grayscale: #B0B0B0. Windows color (decimal): -8396492 or 3465599. OLE color: 3465599.

HSL color Cylindrical-coordinate representation of color #7FE134: hue angle of 93.99º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FE134 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB12722552-
CMYK0.4400.770.12
HSL93.99º74.25%54.31%-
HSV(B)93.99º76.89%88.24%-
XYZ36.358.6112.65-
YUV175.9858.0393.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.44%
GREEN value IS 225 (88.28% from 255) = 55.69%
BLUE value IS 52 (20.70% from 255) = 12.87%
R=31.44%
G=55.69%
B=12.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal127225520.4400.770.1293.9974.2554.31
Hex7FE1342C04DC5e4a36
Octal177341645401151413611266
Binary11111111110000111010010110001001101110010111101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,225,52); }

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

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

 a { background-color: rgb(127,225,52); }

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

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

 span { border-color: rgb(127,225,52); }

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