Html Css Color HEX #81CA4D Mantis

📋 copy color: '#81CA4D'

red 129 ◦ green 202 ◦ blue 77

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

Shades of Mantis #81CA4D

Tints of Mantis #81CA4D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 77 (30.47% from 255) = 18.87%

R = 31.62%
G = 49.51%
B = 18.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#81CA4D (or 0x81CA4D) is known color: Mantis. HEX triplet: 81, CA and 4D. RGB value is (129,202,77). Sum of RGB (Red+Green+Blue) = 129+202+77=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CA4D is #7E35B2. Grayscale: #A6A6A6. Windows color (decimal): -8271283 or 5098113. OLE color: 5098113.

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

Color convert

RGB 129 202 77 -
CMYK 0.36 0 0.62 0.21
HSL 95.04º 0.54% 0.55% -
HSV(B) 95.04º 0.62% 0.79% -
XYZ 31.51 47.44 14.52 -
YUV 165.92 77.82 101.66 -
System Red Green Blue C M Y K H S L
Decimal 129 202 77 0.36 0 0.62 0.21 95.04 0.54 0.55
Hex 81 CA 4D 24 0 3E 15 5F 36 37
Octal 201 312 115 44 0 76 25 137 66 67
Binary 10000001 11001010 1001101 100100 0 111110 10101 1011111 110110 110111

Color Harmonies of #81CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CA4D

Black with #81CA4D

Text Example


Text Example

White with #81CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,202,77); }

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

background-color css

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

 a { background-color: rgb(129,202,77); }

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

border-color css

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

 span { border-color: rgb(129,202,77); }

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