Html Css Color HEX #80F33D Atlantis

📋 copy color: '#80F33D'

red 128 ◦ green 243 ◦ blue 61

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

Shades of Atlantis #80F33D

Tints of Atlantis #80F33D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 29.63%
G = 56.25%
B = 14.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#80F33D (or 0x80F33D) is known color: Atlantis. HEX triplet: 80, F3 and 3D. RGB value is (128,243,61). Sum of RGB (Red+Green+Blue) = 128+243+61=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #80F33D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F33D is #7F0CC2. Grayscale: #BCBCBC. Windows color (decimal): -8326339 or 4060032. OLE color: 4060032.

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

Color convert

RGB 128 243 61 -
CMYK 0.47 0 0.75 0.05
HSL 97.91º 0.88% 0.6% -
HSV(B) 97.91º 0.75% 0.95% -
XYZ 41.79 69.03 15.54 -
YUV 187.87 56.4 85.3 -
System Red Green Blue C M Y K H S L
Decimal 128 243 61 0.47 0 0.75 0.05 97.91 0.88 0.6
Hex 80 F3 3D 2F 0 4B 5 62 58 3C
Octal 200 363 75 57 0 113 5 142 130 74
Binary 10000000 11110011 111101 101111 0 1001011 101 1100010 1011000 111100

Color Harmonies of #80F33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F33D

Black with #80F33D

Text Example


Text Example

White with #80F33D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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