Html Css Color HEX #81D94B Mantis

📋 copy color: '#81D94B'

red 129 ◦ green 217 ◦ blue 75

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

Shades of Mantis #81D94B

Tints of Mantis #81D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 30.64%
G = 51.54%
B = 17.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#81D94B (or 0x81D94B) is known color: Mantis. HEX triplet: 81, D9 and 4B. RGB value is (129,217,75). Sum of RGB (Red+Green+Blue) = 129+217+75=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #81D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D94B is #7E26B4. Grayscale: #AEAEAE. Windows color (decimal): -8267445 or 4970881. OLE color: 4970881.

HSL color Cylindrical-coordinate representation of color #81D94B: hue angle of 97.18º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81D94B is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 217 75 -
CMYK 0.41 0 0.65 0.15
HSL 97.18º 0.65% 0.57% -
HSV(B) 97.18º 0.65% 0.85% -
XYZ 35.14 54.8 15.38 -
YUV 174.5 71.85 95.55 -
System Red Green Blue C M Y K H S L
Decimal 129 217 75 0.41 0 0.65 0.15 97.18 0.65 0.57
Hex 81 D9 4B 29 0 41 F 61 41 39
Octal 201 331 113 51 0 101 17 141 101 71
Binary 10000001 11011001 1001011 101001 0 1000001 1111 1100001 1000001 111001

Color Harmonies of #81D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D94B

Black with #81D94B

Text Example


Text Example

White with #81D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,217,75); }

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

background-color css

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

 a { background-color: rgb(129,217,75); }

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

border-color css

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

 span { border-color: rgb(129,217,75); }

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