Html Css Color HEX #81CC41 Mantis

📋 copy color: '#81CC41'

red 129 ◦ green 204 ◦ blue 65

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

Shades of Mantis #81CC41

Tints of Mantis #81CC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 32.41%
G = 51.26%
B = 16.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#81CC41 (or 0x81CC41) is known color: Mantis. HEX triplet: 81, CC and 41. RGB value is (129,204,65). Sum of RGB (Red+Green+Blue) = 129+204+65=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 204 (80.08% from 255 or 51.26% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CC41 is #7E33BE. Grayscale: #A6A6A6. Windows color (decimal): -8270783 or 4312193. OLE color: 4312193.

HSL color Cylindrical-coordinate representation of color #81CC41: hue angle of 92.37º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81CC41 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 204 65 -
CMYK 0.37 0 0.68 0.2
HSL 92.37º 0.58% 0.53% -
HSV(B) 92.37º 0.68% 0.8% -
XYZ 31.6 48.23 12.65 -
YUV 165.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 129 204 65 0.37 0 0.68 0.2 92.37 0.58 0.53
Hex 81 CC 41 25 0 44 14 5C 3A 35
Octal 201 314 101 45 0 104 24 134 72 65
Binary 10000001 11001100 1000001 100101 0 1000100 10100 1011100 111010 110101

Color Harmonies of #81CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CC41

Black with #81CC41

Text Example


Text Example

White with #81CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,204,65); }

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

background-color css

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

 a { background-color: rgb(129,204,65); }

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

border-color css

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

 span { border-color: rgb(129,204,65); }

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