#7FF142

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

Shades of Atlantis #7FF142

Tints of Atlantis #7FF142

Color information

#7FF142 (or 0x7FF142) is unknown color: approx Atlantis. HEX triplet: 7F, F1 and 42. RGB value is (127,241,66). Sum of RGB (Red+Green+Blue) = 127+241+66=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF142 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF142 is #800EBD. Grayscale: #BBBBBB. Windows color (decimal): -8392382 or 4387199. OLE color: 4387199.

HSL color Cylindrical-coordinate representation of color #7FF142: hue angle of 99.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FF142 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB12724166-
CMYK0.4700.730.05
HSL99.09º86.21%60.2%-
HSV(B)99.09º72.61%94.51%-
XYZ41.1967.8216.07-
YUV186.9659.7385.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 241 (94.53% from 255) = 55.53%
BLUE value IS 66 (26.17% from 255) = 15.21%
R=29.26%
G=55.53%
B=15.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127241660.4700.730.0599.0986.2160.2
Hex7FF1422F049563563c
Octal177361102570111514312674
Binary11111111111000110000101011110100100110111000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,241,66); }

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

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

 a { background-color: rgb(127,241,66); }

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

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

 span { border-color: rgb(127,241,66); }

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