Html Css Color HEX #81CC16 Lima

📋 copy color: '#81CC16'

red 129 ◦ green 204 ◦ blue 22

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

Shades of Lima #81CC16

Tints of Lima #81CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 36.34%
G = 57.46%
B = 6.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#81CC16 (or 0x81CC16) is known color: Lima. HEX triplet: 81, CC and 16. RGB value is (129,204,22). Sum of RGB (Red+Green+Blue) = 129+204+22=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CC16 is #7E33E9. Grayscale: #A1A1A1. Windows color (decimal): -8270826 or 1494145. OLE color: 1494145.

HSL color Cylindrical-coordinate representation of color #81CC16: hue angle of 84.73º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81CC16 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 204 22 -
CMYK 0.37 0 0.89 0.2
HSL 84.73º 0.81% 0.44% -
HSV(B) 84.73º 0.89% 0.8% -
XYZ 30.79 47.91 8.38 -
YUV 160.83 49.65 105.3 -
System Red Green Blue C M Y K H S L
Decimal 129 204 22 0.37 0 0.89 0.2 84.73 0.81 0.44
Hex 81 CC 16 25 0 59 14 55 51 2C
Octal 201 314 26 45 0 131 24 125 121 54
Binary 10000001 11001100 10110 100101 0 1011001 10100 1010101 1010001 101100

Color Harmonies of #81CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CC16

Black with #81CC16

Text Example


Text Example

White with #81CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,204,22); }

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

background-color css

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

 a { background-color: rgb(129,204,22); }

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

border-color css

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

 span { border-color: rgb(129,204,22); }

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