#7FE334

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

Shades of Atlantis #7FE334

Tints of Atlantis #7FE334

Color information

#7FE334 (or 0x7FE334) is unknown color: approx Atlantis. HEX triplet: 7F, E3 and 34. RGB value is (127,227,52). Sum of RGB (Red+Green+Blue) = 127+227+52=406 (53% of max value = 765). Red value is 127 (50% from 255 or 31.28% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #7FE334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FE334 is #801CCB. Grayscale: #B1B1B1. Windows color (decimal): -8395980 or 3466111. OLE color: 3466111.

HSL color Cylindrical-coordinate representation of color #7FE334: hue angle of 94.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7FE334 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB12722752-
CMYK0.4400.770.11
HSL94.29º75.76%54.71%-
HSV(B)94.29º77.09%89.02%-
XYZ36.8459.712.83-
YUV177.1557.3792.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.28%
GREEN value IS 227 (89.06% from 255) = 55.91%
BLUE value IS 52 (20.70% from 255) = 12.81%
R=31.28%
G=55.91%
B=12.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal127227520.4400.770.1194.2975.7654.71
Hex7FE3342C04DB5e4c37
Octal177343645401151313611467
Binary11111111110001111010010110001001101101110111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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