Html Css Color HEX #80CD3F Mantis

📋 copy color: '#80CD3F'

red 128 ◦ green 205 ◦ blue 63

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

Shades of Mantis #80CD3F

Tints of Mantis #80CD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.77%

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

R = 32.32%
G = 51.77%
B = 15.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#80CD3F (or 0x80CD3F) is known color: Mantis. HEX triplet: 80, CD and 3F. RGB value is (128,205,63). Sum of RGB (Red+Green+Blue) = 128+205+63=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD3F is #7F32C0. Grayscale: #A6A6A6. Windows color (decimal): -8336065 or 4181376. OLE color: 4181376.

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

Color convert

RGB 128 205 63 -
CMYK 0.38 0 0.69 0.20
HSL 92.54º 0.59% 0.53% -
HSV(B) 92.54º 0.69% 0.8% -
XYZ 31.63 48.61 12.42 -
YUV 165.79 69.99 101.05 -
System Red Green Blue C M Y K H S L
Decimal 128 205 63 0.38 0 0.69 0.20 92.54 0.59 0.53
Hex 80 CD 3F 26 0 45 14 5D 3B 35
Octal 200 315 77 46 0 105 24 135 73 65
Binary 10000000 11001101 111111 100110 0 1000101 10100 1011101 111011 110101

Color Harmonies of #80CD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD3F

Black with #80CD3F

Text Example


Text Example

White with #80CD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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