Html Css Color HEX #80F336 Atlantis

📋 copy color: '#80F336'

red 128 ◦ green 243 ◦ blue 54

#80F336
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #80F336

Tints of Atlantis #80F336

RGB

 RED value IS 128 (50.39% from 255) = 30.12%

 GREEN value IS 243 (95.31% from 255) = 57.18%

 BLUE value IS 54 (21.48% from 255) = 12.71%

R = 30.12%
G = 57.18%
B = 12.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#80F336 (or 0x80F336) is known color: Atlantis. HEX triplet: 80, F3 and 36. RGB value is (128,243,54). Sum of RGB (Red+Green+Blue) = 128+243+54=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #80F336 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F336 is #7F0CC9. Grayscale: #BBBBBB. Windows color (decimal): -8326346 or 3601280. OLE color: 3601280.

HSL color Cylindrical-coordinate representation of color #80F336: hue angle of 96.51º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80F336 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 243 54 -
CMYK 0.47 0 0.78 0.05
HSL 96.51º 0.89% 0.58% -
HSV(B) 96.51º 0.78% 0.95% -
XYZ 41.62 68.96 14.61 -
YUV 187.07 52.9 85.87 -
System Red Green Blue C M Y K H S L
Decimal 128 243 54 0.47 0 0.78 0.05 96.51 0.89 0.58
Hex 80 F3 36 2F 0 4E 5 61 59 3A
Octal 200 363 66 57 0 116 5 141 131 72
Binary 10000000 11110011 110110 101111 0 1001110 101 1100001 1011001 111010

Color Harmonies of #80F336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F336

Black with #80F336

Text Example


Text Example

White with #80F336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,243,54); }

 H1.HeaderClassName
 {
   color: #80F336;
 }
 .AnyTagClassName
 {
   color: #80F336;
 }
</style>

background-color css

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

 a { background-color: rgb(128,243,54); }

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

border-color css

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

 span { border-color: rgb(128,243,54); }

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