Html Css Color HEX #80CE3F Atlantis

📋 copy color: '#80CE3F'

red 128 ◦ green 206 ◦ blue 63

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

Shades of Atlantis #80CE3F

Tints of Atlantis #80CE3F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.89%

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

R = 32.24%
G = 51.89%
B = 15.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#80CE3F (or 0x80CE3F) is known color: Atlantis. HEX triplet: 80, CE and 3F. RGB value is (128,206,63). Sum of RGB (Red+Green+Blue) = 128+206+63=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE3F is #7F31C0. Grayscale: #A6A6A6. Windows color (decimal): -8335809 or 4181632. OLE color: 4181632.

HSL color Cylindrical-coordinate representation of color #80CE3F: hue angle of 92.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80CE3F is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 63 -
CMYK 0.38 0 0.69 0.19
HSL 92.73º 0.59% 0.53% -
HSV(B) 92.73º 0.69% 0.81% -
XYZ 31.87 49.09 12.5 -
YUV 166.38 69.66 100.63 -
System Red Green Blue C M Y K H S L
Decimal 128 206 63 0.38 0 0.69 0.19 92.73 0.59 0.53
Hex 80 CE 3F 26 0 45 13 5D 3B 35
Octal 200 316 77 46 0 105 23 135 73 65
Binary 10000000 11001110 111111 100110 0 1000101 10011 1011101 111011 110101

Color Harmonies of #80CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE3F

Black with #80CE3F

Text Example


Text Example

White with #80CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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