Html Css Color HEX #81CF52 Mantis

📋 copy color: '#81CF52'

red 129 ◦ green 207 ◦ blue 82

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

Shades of Mantis #81CF52

Tints of Mantis #81CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.52%

 BLUE value IS 82 (32.42% from 255) = 19.62%

R = 30.86%
G = 49.52%
B = 19.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#81CF52 (or 0x81CF52) is known color: Mantis. HEX triplet: 81, CF and 52. RGB value is (129,207,82). Sum of RGB (Red+Green+Blue) = 129+207+82=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF52 is #7E30AD. Grayscale: #A9A9A9. Windows color (decimal): -8269998 or 5427073. OLE color: 5427073.

HSL color Cylindrical-coordinate representation of color #81CF52: hue angle of 97.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81CF52 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 207 82 -
CMYK 0.38 0 0.60 0.19
HSL 97.44º 0.57% 0.57% -
HSV(B) 97.44º 0.6% 0.81% -
XYZ 32.89 49.9 15.88 -
YUV 169.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 129 207 82 0.38 0 0.60 0.19 97.44 0.57 0.57
Hex 81 CF 52 26 0 3C 13 61 39 39
Octal 201 317 122 46 0 74 23 141 71 71
Binary 10000001 11001111 1010010 100110 0 111100 10011 1100001 111001 111001

Color Harmonies of #81CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CF52

Black with #81CF52

Text Example


Text Example

White with #81CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,207,82); }

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

background-color css

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

 a { background-color: rgb(129,207,82); }

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

border-color css

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

 span { border-color: rgb(129,207,82); }

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