#80F142

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

Shades of Atlantis #80F142

Tints of Atlantis #80F142

Color information

#80F142 (or 0x80F142) is unknown color: approx Atlantis. HEX triplet: 80, F1 and 42. RGB value is (128,241,66). Sum of RGB (Red+Green+Blue) = 128+241+66=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #80F142 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F142 is #7F0EBD. Grayscale: #BBBBBB. Windows color (decimal): -8326846 or 4387200. OLE color: 4387200.

HSL color Cylindrical-coordinate representation of color #80F142: hue angle of 98.74º 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 #80F142 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB12824166-
CMYK0.4700.730.05
HSL98.74º86.21%60.2%-
HSV(B)98.74º72.61%94.51%-
XYZ41.3467.8916.08-
YUV187.2659.5685.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.43%
GREEN value IS 241 (94.53% from 255) = 55.40%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=29.43%
G=55.40%
B=15.17%

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
Decimal128241660.4700.730.0598.7486.2160.2
Hex80F1422F049563563c
Octal200361102570111514312674
Binary100000001111000110000101011110100100110111000111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80F142; }

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

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

<style>
 a { background-color: #80F142; }

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

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

<style>
 span { border-color: #80F142; }

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

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