Html Css Color HEX #81CE50 Mantis

📋 copy color: '#81CE50'

red 129 ◦ green 206 ◦ blue 80

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

Shades of Mantis #81CE50

Tints of Mantis #81CE50

RGB

 RED value IS 129 (50.78% from 255) = 31.08%

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

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 31.08%
G = 49.64%
B = 19.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#81CE50 (or 0x81CE50) is known color: Mantis. HEX triplet: 81, CE and 50. RGB value is (129,206,80). Sum of RGB (Red+Green+Blue) = 129+206+80=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE50 is #7E31AF. Grayscale: #A9A9A9. Windows color (decimal): -8270256 or 5295745. OLE color: 5295745.

HSL color Cylindrical-coordinate representation of color #81CE50: hue angle of 96.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81CE50 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 206 80 -
CMYK 0.37 0 0.61 0.19
HSL 96.67º 0.56% 0.56% -
HSV(B) 96.67º 0.61% 0.81% -
XYZ 32.57 49.39 15.41 -
YUV 168.61 77.99 99.75 -
System Red Green Blue C M Y K H S L
Decimal 129 206 80 0.37 0 0.61 0.19 96.67 0.56 0.56
Hex 81 CE 50 25 0 3D 13 61 38 38
Octal 201 316 120 45 0 75 23 141 70 70
Binary 10000001 11001110 1010000 100101 0 111101 10011 1100001 111000 111000

Color Harmonies of #81CE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CE50

Black with #81CE50

Text Example


Text Example

White with #81CE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81CE50; }

 p { color: rgb(129,206,80); }

 H1.HeaderClassName
 {
   color: #81CE50;
 }
 .AnyTagClassName
 {
   color: #81CE50;
 }
</style>

background-color css

<style>
 a { background-color: #81CE50; }

 a { background-color: rgb(129,206,80); }

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

border-color css

<style>
 span { border-color: #81CE50; }

 span { border-color: rgb(129,206,80); }

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