Html Css Color HEX #81CD6A Mantis

📋 copy color: '#81CD6A'

red 129 ◦ green 205 ◦ blue 106

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

Shades of Mantis #81CD6A

Tints of Mantis #81CD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.09%

R = 29.32%
G = 46.59%
B = 24.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#81CD6A (or 0x81CD6A) is known color: Mantis. HEX triplet: 81, CD and 6A. RGB value is (129,205,106). Sum of RGB (Red+Green+Blue) = 129+205+106=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #81CD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CD6A is #7E3295. Grayscale: #ABABAB. Windows color (decimal): -8270486 or 6999425. OLE color: 6999425.

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

Color convert

RGB 129 205 106 -
CMYK 0.37 0 0.48 0.20
HSL 106.06º 0.5% 0.61% -
HSV(B) 106.06º 0.48% 0.8% -
XYZ 33.49 49.37 21.4 -
YUV 170.99 91.32 98.05 -
System Red Green Blue C M Y K H S L
Decimal 129 205 106 0.37 0 0.48 0.20 106.06 0.5 0.61
Hex 81 CD 6A 25 0 30 14 6A 32 3D
Octal 201 315 152 45 0 60 24 152 62 75
Binary 10000001 11001101 1101010 100101 0 110000 10100 1101010 110010 111101

Color Harmonies of #81CD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CD6A

Black with #81CD6A

Text Example


Text Example

White with #81CD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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