Html Css Color HEX #80C93D Atlantis

📋 copy color: '#80C93D'

red 128 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #80C93D

Tints of Atlantis #80C93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.54%

 BLUE value IS 61 (24.22% from 255) = 15.64%

R = 32.82%
G = 51.54%
B = 15.64%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#80C93D (or 0x80C93D) is known color: Atlantis. HEX triplet: 80, C9 and 3D. RGB value is (128,201,61). Sum of RGB (Red+Green+Blue) = 128+201+61=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 61 (24.22% from 255 or 15.64% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #80C93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C93D is #7F36C2. Grayscale: #A3A3A3. Windows color (decimal): -8337091 or 4049280. OLE color: 4049280.

HSL color Cylindrical-coordinate representation of color #80C93D: hue angle of 91.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80C93D is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 201 61 -
CMYK 0.36 0 0.70 0.21
HSL 91.29º 0.56% 0.51% -
HSV(B) 91.29º 0.7% 0.79% -
XYZ 30.63 46.7 11.81 -
YUV 163.21 70.32 102.88 -
System Red Green Blue C M Y K H S L
Decimal 128 201 61 0.36 0 0.70 0.21 91.29 0.56 0.51
Hex 80 C9 3D 24 0 46 15 5B 38 33
Octal 200 311 75 44 0 106 25 133 70 63
Binary 10000000 11001001 111101 100100 0 1000110 10101 1011011 111000 110011

Color Harmonies of #80C93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C93D

Black with #80C93D

Text Example


Text Example

White with #80C93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,201,61); }

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

background-color css

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

 a { background-color: rgb(128,201,61); }

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

border-color css

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

 span { border-color: rgb(128,201,61); }

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