Html Css Color HEX #80CC3C Atlantis

📋 copy color: '#80CC3C'

red 128 ◦ green 204 ◦ blue 60

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

Shades of Atlantis #80CC3C

Tints of Atlantis #80CC3C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.04%

 BLUE value IS 60 (23.83% from 255) = 15.31%

R = 32.65%
G = 52.04%
B = 15.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#80CC3C (or 0x80CC3C) is known color: Atlantis. HEX triplet: 80, CC and 3C. RGB value is (128,204,60). Sum of RGB (Red+Green+Blue) = 128+204+60=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CC3C is #7F33C3. Grayscale: #A5A5A5. Windows color (decimal): -8336324 or 3984512. OLE color: 3984512.

HSL color Cylindrical-coordinate representation of color #80CC3C: hue angle of 91.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80CC3C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 204 60 -
CMYK 0.37 0 0.71 0.2
HSL 91.67º 0.59% 0.52% -
HSV(B) 91.67º 0.71% 0.8% -
XYZ 31.31 48.1 11.91 -
YUV 164.86 68.82 101.71 -
System Red Green Blue C M Y K H S L
Decimal 128 204 60 0.37 0 0.71 0.2 91.67 0.59 0.52
Hex 80 CC 3C 25 0 47 14 5C 3B 34
Octal 200 314 74 45 0 107 24 134 73 64
Binary 10000000 11001100 111100 100101 0 1000111 10100 1011100 111011 110100

Color Harmonies of #80CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CC3C

Black with #80CC3C

Text Example


Text Example

White with #80CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,204,60); }

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

background-color css

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

 a { background-color: rgb(128,204,60); }

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

border-color css

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

 span { border-color: rgb(128,204,60); }

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