#7EF133

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

Shades of Atlantis #7EF133

Tints of Atlantis #7EF133

Color information

#7EF133 (or 0x7EF133) is unknown color: approx Atlantis. HEX triplet: 7E, F1 and 33. RGB value is (126,241,51). Sum of RGB (Red+Green+Blue) = 126+241+51=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #7EF133 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EF133 is #810ECC. Grayscale: #B9B9B9. Windows color (decimal): -8457933 or 3404158. OLE color: 3404158.

HSL color Cylindrical-coordinate representation of color #7EF133: hue angle of 96.32º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EF133 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB12624151-
CMYK0.4800.790.05
HSL96.32º87.16%57.25%-
HSV(B)96.32º78.84%94.51%-
XYZ40.6667.5914.03-
YUV184.9652.485.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 241 (94.53% from 255) = 57.66%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=30.14%
G=57.66%
B=12.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal126241510.4800.790.0596.3287.1657.25
Hex7EF1333004F5605739
Octal17636163600117514012771
Binary1111110111100011100111100000100111110111000001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,241,51); }

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

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

 a { background-color: rgb(126,241,51); }

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

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

 span { border-color: rgb(126,241,51); }

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