Html Css Color HEX #80D638 Atlantis

📋 copy color: '#80D638'

red 128 ◦ green 214 ◦ blue 56

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

Shades of Atlantis #80D638

Tints of Atlantis #80D638

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.77%

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

R = 32.16%
G = 53.77%
B = 14.07%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#80D638 (or 0x80D638) is known color: Atlantis. HEX triplet: 80, D6 and 38. RGB value is (128,214,56). Sum of RGB (Red+Green+Blue) = 128+214+56=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #80D638 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D638 is #7F29C7. Grayscale: #AAAAAA. Windows color (decimal): -8333768 or 3724928. OLE color: 3724928.

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

Color convert

RGB 128 214 56 -
CMYK 0.40 0 0.74 0.16
HSL 92.66º 0.66% 0.53% -
HSV(B) 92.66º 0.74% 0.84% -
XYZ 33.66 52.97 12.19 -
YUV 170.27 63.51 97.85 -
System Red Green Blue C M Y K H S L
Decimal 128 214 56 0.40 0 0.74 0.16 92.66 0.66 0.53
Hex 80 D6 38 28 0 4A 10 5D 42 35
Octal 200 326 70 50 0 112 20 135 102 65
Binary 10000000 11010110 111000 101000 0 1001010 10000 1011101 1000010 110101

Color Harmonies of #80D638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D638

Black with #80D638

Text Example


Text Example

White with #80D638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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