Html Css Color HEX #80DF38 Atlantis

📋 copy color: '#80DF38'

red 128 ◦ green 223 ◦ blue 56

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

Shades of Atlantis #80DF38

Tints of Atlantis #80DF38

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.79%

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 31.45%
G = 54.79%
B = 13.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#80DF38 (or 0x80DF38) is known color: Atlantis. HEX triplet: 80, DF and 38. RGB value is (128,223,56). Sum of RGB (Red+Green+Blue) = 128+223+56=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DF38 is #7F20C7. Grayscale: #B0B0B0. Windows color (decimal): -8331464 or 3727232. OLE color: 3727232.

HSL color Cylindrical-coordinate representation of color #80DF38: hue angle of 94.13º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80DF38 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 56 -
CMYK 0.43 0 0.75 0.13
HSL 94.13º 0.72% 0.55% -
HSV(B) 94.13º 0.75% 0.87% -
XYZ 36 57.65 12.97 -
YUV 175.56 60.53 94.08 -
System Red Green Blue C M Y K H S L
Decimal 128 223 56 0.43 0 0.75 0.13 94.13 0.72 0.55
Hex 80 DF 38 2B 0 4B D 5E 48 37
Octal 200 337 70 53 0 113 15 136 110 67
Binary 10000000 11011111 111000 101011 0 1001011 1101 1011110 1001000 110111

Color Harmonies of #80DF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF38

Black with #80DF38

Text Example


Text Example

White with #80DF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,56); }

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

background-color css

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

 a { background-color: rgb(128,223,56); }

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

border-color css

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

 span { border-color: rgb(128,223,56); }

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