Html Css Color HEX #81B503 Lima

📋 copy color: '#81B503'

red 129 ◦ green 181 ◦ blue 3

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

Shades of Lima #81B503

Tints of Lima #81B503

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.83%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 41.21%
G = 57.83%
B = 0.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#81B503 (or 0x81B503) is known color: Lima. HEX triplet: 81, B5 and 03. RGB value is (129,181,3). Sum of RGB (Red+Green+Blue) = 129+181+3=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #81B503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B503 is #7E4AFC. Grayscale: #919191. Windows color (decimal): -8276733 or 243073. OLE color: 243073.

HSL color Cylindrical-coordinate representation of color #81B503: hue angle of 77.53º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81B503 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 181 3 -
CMYK 0.29 0 0.98 0.29
HSL 77.53º 0.97% 0.36% -
HSV(B) 77.53º 0.98% 0.71% -
XYZ 25.59 37.72 6.02 -
YUV 145.16 47.77 116.47 -
System Red Green Blue C M Y K H S L
Decimal 129 181 3 0.29 0 0.98 0.29 77.53 0.97 0.36
Hex 81 B5 3 1D 0 62 1D 4E 61 24
Octal 201 265 3 35 0 142 35 116 141 44
Binary 10000001 10110101 11 11101 0 1100010 11101 1001110 1100001 100100

Color Harmonies of #81B503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B503

Black with #81B503

Text Example


Text Example

White with #81B503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,181,3); }

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

background-color css

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

 a { background-color: rgb(129,181,3); }

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

border-color css

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

 span { border-color: rgb(129,181,3); }

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