Html Css Color HEX #81C921 Lima

📋 copy color: '#81C921'

red 129 ◦ green 201 ◦ blue 33

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

Shades of Lima #81C921

Tints of Lima #81C921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.09%

R = 35.54%
G = 55.37%
B = 9.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#81C921 (or 0x81C921) is known color: Lima. HEX triplet: 81, C9 and 21. RGB value is (129,201,33). Sum of RGB (Red+Green+Blue) = 129+201+33=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 201 (78.91% from 255 or 55.37% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 201 - color contains mainly: green. Hex color #81C921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C921 is #7E36DE. Grayscale: #A0A0A0. Windows color (decimal): -8271583 or 2214273. OLE color: 2214273.

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

Color convert

RGB 129 201 33 -
CMYK 0.36 0 0.84 0.21
HSL 85.71º 0.72% 0.46% -
HSV(B) 85.71º 0.84% 0.79% -
XYZ 30.21 46.55 8.83 -
YUV 160.32 56.15 105.66 -
System Red Green Blue C M Y K H S L
Decimal 129 201 33 0.36 0 0.84 0.21 85.71 0.72 0.46
Hex 81 C9 21 24 0 54 15 56 48 2E
Octal 201 311 41 44 0 124 25 126 110 56
Binary 10000001 11001001 100001 100100 0 1010100 10101 1010110 1001000 101110

Color Harmonies of #81C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C921

Black with #81C921

Text Example


Text Example

White with #81C921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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