Html Css Color HEX #81CD55 Mantis

📋 copy color: '#81CD55'

red 129 ◦ green 205 ◦ blue 85

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

Shades of Mantis #81CD55

Tints of Mantis #81CD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.29%

R = 30.79%
G = 48.93%
B = 20.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#81CD55 (or 0x81CD55) is known color: Mantis. HEX triplet: 81, CD and 55. RGB value is (129,205,85). Sum of RGB (Red+Green+Blue) = 129+205+85=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 85 (33.59% from 255 or 20.29% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD55 is #7E32AA. Grayscale: #A8A8A8. Windows color (decimal): -8270507 or 5623169. OLE color: 5623169.

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

Color convert

RGB 129 205 85 -
CMYK 0.37 0 0.59 0.20
HSL 98º 0.55% 0.57% -
HSV(B) 98º 0.59% 0.8% -
XYZ 32.52 48.99 16.34 -
YUV 168.6 80.82 99.76 -
System Red Green Blue C M Y K H S L
Decimal 129 205 85 0.37 0 0.59 0.20 98 0.55 0.57
Hex 81 CD 55 25 0 3B 14 62 37 39
Octal 201 315 125 45 0 73 24 142 67 71
Binary 10000001 11001101 1010101 100101 0 111011 10100 1100010 110111 111001

Color Harmonies of #81CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CD55

Black with #81CD55

Text Example


Text Example

White with #81CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,205,85); }

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

background-color css

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

 a { background-color: rgb(129,205,85); }

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

border-color css

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

 span { border-color: rgb(129,205,85); }

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