Html Css Color HEX #80D23E Atlantis

📋 copy color: '#80D23E'

red 128 ◦ green 210 ◦ blue 62

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

Shades of Atlantis #80D23E

Tints of Atlantis #80D23E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.5%

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 32%
G = 52.5%
B = 15.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#80D23E (or 0x80D23E) is known color: Atlantis. HEX triplet: 80, D2 and 3E. RGB value is (128,210,62). Sum of RGB (Red+Green+Blue) = 128+210+62=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #80D23E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D23E is #7F2DC1. Grayscale: #A9A9A9. Windows color (decimal): -8334786 or 4117120. OLE color: 4117120.

HSL color Cylindrical-coordinate representation of color #80D23E: hue angle of 93.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80D23E is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 62 -
CMYK 0.39 0 0.70 0.18
HSL 93.24º 0.62% 0.53% -
HSV(B) 93.24º 0.7% 0.82% -
XYZ 32.82 51.03 12.68 -
YUV 168.61 67.83 99.03 -
System Red Green Blue C M Y K H S L
Decimal 128 210 62 0.39 0 0.70 0.18 93.24 0.62 0.53
Hex 80 D2 3E 27 0 46 12 5D 3E 35
Octal 200 322 76 47 0 106 22 135 76 65
Binary 10000000 11010010 111110 100111 0 1000110 10010 1011101 111110 110101

Color Harmonies of #80D23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D23E

Black with #80D23E

Text Example


Text Example

White with #80D23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,62); }

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

background-color css

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

 a { background-color: rgb(128,210,62); }

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

border-color css

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

 span { border-color: rgb(128,210,62); }

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