Html Css Color HEX #80F133 Atlantis

📋 copy color: '#80F133'

red 128 ◦ green 241 ◦ blue 51

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

Shades of Atlantis #80F133

Tints of Atlantis #80F133

RGB

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

 GREEN value IS 241 (94.53% from 255) = 57.38%

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 30.48%
G = 57.38%
B = 12.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#80F133 (or 0x80F133) is known color: Atlantis. HEX triplet: 80, F1 and 33. RGB value is (128,241,51). Sum of RGB (Red+Green+Blue) = 128+241+51=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #80F133 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F133 is #7F0ECC. Grayscale: #BABABA. Windows color (decimal): -8326861 or 3404160. OLE color: 3404160.

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

Color convert

RGB 128 241 51 -
CMYK 0.47 0 0.79 0.05
HSL 95.68º 0.87% 0.57% -
HSV(B) 95.68º 0.79% 0.95% -
XYZ 40.95 67.74 14.05 -
YUV 185.55 52.06 86.95 -
System Red Green Blue C M Y K H S L
Decimal 128 241 51 0.47 0 0.79 0.05 95.68 0.87 0.57
Hex 80 F1 33 2F 0 4F 5 60 57 39
Octal 200 361 63 57 0 117 5 140 127 71
Binary 10000000 11110001 110011 101111 0 1001111 101 1100000 1010111 111001

Color Harmonies of #80F133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F133

Black with #80F133

Text Example


Text Example

White with #80F133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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