Html Css Color HEX #80D438 Atlantis

📋 copy color: '#80D438'

red 128 ◦ green 212 ◦ blue 56

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

Shades of Atlantis #80D438

Tints of Atlantis #80D438

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.54%

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

R = 32.32%
G = 53.54%
B = 14.14%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#80D438 (or 0x80D438) is known color: Atlantis. HEX triplet: 80, D4 and 38. RGB value is (128,212,56). Sum of RGB (Red+Green+Blue) = 128+212+56=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #80D438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D438 is #7F2BC7. Grayscale: #A9A9A9. Windows color (decimal): -8334280 or 3724416. OLE color: 3724416.

HSL color Cylindrical-coordinate representation of color #80D438: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80D438 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 212 56 -
CMYK 0.40 0 0.74 0.17
HSL 92.31º 0.64% 0.53% -
HSV(B) 92.31º 0.74% 0.83% -
XYZ 33.16 51.96 12.02 -
YUV 169.1 64.17 98.68 -
System Red Green Blue C M Y K H S L
Decimal 128 212 56 0.40 0 0.74 0.17 92.31 0.64 0.53
Hex 80 D4 38 28 0 4A 11 5C 40 35
Octal 200 324 70 50 0 112 21 134 100 65
Binary 10000000 11010100 111000 101000 0 1001010 10001 1011100 1000000 110101

Color Harmonies of #80D438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D438

Black with #80D438

Text Example


Text Example

White with #80D438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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