Html Css Color HEX #81CF68 Mantis

📋 copy color: '#81CF68'

red 129 ◦ green 207 ◦ blue 104

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

Shades of Mantis #81CF68

Tints of Mantis #81CF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 29.32%
G = 47.05%
B = 23.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#81CF68 (or 0x81CF68) is known color: Mantis. HEX triplet: 81, CF and 68. RGB value is (129,207,104). Sum of RGB (Red+Green+Blue) = 129+207+104=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CF68 is #7E3097. Grayscale: #ACACAC. Windows color (decimal): -8269976 or 6868865. OLE color: 6868865.

HSL color Cylindrical-coordinate representation of color #81CF68: hue angle of 105.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81CF68 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 207 104 -
CMYK 0.38 0 0.50 0.19
HSL 105.44º 0.52% 0.61% -
HSV(B) 105.44º 0.5% 0.81% -
XYZ 33.86 50.29 21.02 -
YUV 171.94 89.66 97.38 -
System Red Green Blue C M Y K H S L
Decimal 129 207 104 0.38 0 0.50 0.19 105.44 0.52 0.61
Hex 81 CF 68 26 0 32 13 69 34 3D
Octal 201 317 150 46 0 62 23 151 64 75
Binary 10000001 11001111 1101000 100110 0 110010 10011 1101001 110100 111101

Color Harmonies of #81CF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CF68

Black with #81CF68

Text Example


Text Example

White with #81CF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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