Html Css Color HEX #81C913 Lima

📋 copy color: '#81C913'

red 129 ◦ green 201 ◦ blue 19

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

Shades of Lima #81C913

Tints of Lima #81C913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.59%

 BLUE value IS 19 (7.81% from 255) = 5.44%

R = 36.96%
G = 57.59%
B = 5.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#81C913 (or 0x81C913) is known color: Lima. HEX triplet: 81, C9 and 13. RGB value is (129,201,19). Sum of RGB (Red+Green+Blue) = 129+201+19=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #81C913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C913 is #7E36EC. Grayscale: #9F9F9F. Windows color (decimal): -8271597 or 1296769. OLE color: 1296769.

HSL color Cylindrical-coordinate representation of color #81C913: hue angle of 83.74º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81C913 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 201 19 -
CMYK 0.36 0 0.91 0.21
HSL 83.74º 0.83% 0.43% -
HSV(B) 83.74º 0.91% 0.79% -
XYZ 30.06 46.49 8 -
YUV 158.72 49.15 106.8 -
System Red Green Blue C M Y K H S L
Decimal 129 201 19 0.36 0 0.91 0.21 83.74 0.83 0.43
Hex 81 C9 13 24 0 5B 15 54 53 2B
Octal 201 311 23 44 0 133 25 124 123 53
Binary 10000001 11001001 10011 100100 0 1011011 10101 1010100 1010011 101011

Color Harmonies of #81C913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C913

Black with #81C913

Text Example


Text Example

White with #81C913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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