#81CC13

Color #81CC13 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #81CC13

Tints of Lima #81CC13

Color information

#81CC13 (or 0x81CC13) is unknown color: approx Lima. HEX triplet: 81, CC and 13. RGB value is (129,204,19). Sum of RGB (Red+Green+Blue) = 129+204+19=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CC13 is #7E33EC. Grayscale: #A1A1A1. Windows color (decimal): -8270829 or 1297537. OLE color: 1297537.

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

Color convert

RGB12920419-
CMYK0.3700.910.2
HSL84.32º82.96%43.73%-
HSV(B)84.32º90.69%80%-
XYZ30.7647.98.24-
YUV160.4848.15105.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.65%
GREEN value IS 204 (80.08% from 255) = 57.95%
BLUE value IS 19 (7.81% from 255) = 5.40%
R=36.65%
G=57.95%
B=5.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129204190.3700.910.284.3282.9643.73
Hex81CC132505B1454532c
Octal201314234501332412412354
Binary100000011100110010011100101010110111010010101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81CC13;
 }
 .AnyTagClassName
 {
   color: #81CC13;
 }
</style>
background-color css

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

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

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

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

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

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