Html Css Color HEX #80D33F Atlantis

📋 copy color: '#80D33F'

red 128 ◦ green 211 ◦ blue 63

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

Shades of Atlantis #80D33F

Tints of Atlantis #80D33F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

 BLUE value IS 63 (25% from 255) = 15.67%

R = 31.84%
G = 52.49%
B = 15.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#80D33F (or 0x80D33F) is known color: Atlantis. HEX triplet: 80, D3 and 3F. RGB value is (128,211,63). Sum of RGB (Red+Green+Blue) = 128+211+63=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 63 (25% from 255 or 15.67% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #80D33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D33F is #7F2CC0. Grayscale: #A9A9A9. Windows color (decimal): -8334529 or 4182912. OLE color: 4182912.

HSL color Cylindrical-coordinate representation of color #80D33F: hue angle of 93.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80D33F is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 63 -
CMYK 0.39 0 0.70 0.17
HSL 93.65º 0.63% 0.54% -
HSV(B) 93.65º 0.7% 0.83% -
XYZ 33.09 51.54 12.91 -
YUV 169.31 68 98.53 -
System Red Green Blue C M Y K H S L
Decimal 128 211 63 0.39 0 0.70 0.17 93.65 0.63 0.54
Hex 80 D3 3F 27 0 46 11 5E 3F 36
Octal 200 323 77 47 0 106 21 136 77 66
Binary 10000000 11010011 111111 100111 0 1000110 10001 1011110 111111 110110

Color Harmonies of #80D33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D33F

Black with #80D33F

Text Example


Text Example

White with #80D33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,211,63); }

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

background-color css

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

 a { background-color: rgb(128,211,63); }

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

border-color css

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

 span { border-color: rgb(128,211,63); }

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