Html Css Color HEX #81CB50 Mantis

📋 copy color: '#81CB50'

red 129 ◦ green 203 ◦ blue 80

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

Shades of Mantis #81CB50

Tints of Mantis #81CB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.27%

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

R = 31.31%
G = 49.27%
B = 19.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#81CB50 (or 0x81CB50) is known color: Mantis. HEX triplet: 81, CB and 50. RGB value is (129,203,80). Sum of RGB (Red+Green+Blue) = 129+203+80=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 80 (31.64% from 255 or 19.42% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB50 is #7E34AF. Grayscale: #A7A7A7. Windows color (decimal): -8271024 or 5294977. OLE color: 5294977.

HSL color Cylindrical-coordinate representation of color #81CB50: hue angle of 96.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81CB50 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 203 80 -
CMYK 0.36 0 0.61 0.20
HSL 96.1º 0.54% 0.55% -
HSV(B) 96.1º 0.61% 0.8% -
XYZ 31.86 47.96 15.17 -
YUV 166.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 129 203 80 0.36 0 0.61 0.20 96.1 0.54 0.55
Hex 81 CB 50 24 0 3D 14 60 36 37
Octal 201 313 120 44 0 75 24 140 66 67
Binary 10000001 11001011 1010000 100100 0 111101 10100 1100000 110110 110111

Color Harmonies of #81CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CB50

Black with #81CB50

Text Example


Text Example

White with #81CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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