Html Css Color HEX #81B502 Lima

📋 copy color: '#81B502'

red 129 ◦ green 181 ◦ blue 2

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

Shades of Lima #81B502

Tints of Lima #81B502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 41.35%
G = 58.01%
B = 0.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#81B502 (or 0x81B502) is known color: Lima. HEX triplet: 81, B5 and 02. RGB value is (129,181,2). Sum of RGB (Red+Green+Blue) = 129+181+2=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #81B502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B502 is #7E4AFD. Grayscale: #919191. Windows color (decimal): -8276734 or 177537. OLE color: 177537.

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

Color convert

RGB 129 181 2 -
CMYK 0.29 0 0.99 0.29
HSL 77.43º 0.98% 0.36% -
HSV(B) 77.43º 0.99% 0.71% -
XYZ 25.59 37.72 5.99 -
YUV 145.05 47.27 116.55 -
System Red Green Blue C M Y K H S L
Decimal 129 181 2 0.29 0 0.99 0.29 77.43 0.98 0.36
Hex 81 B5 2 1D 0 63 1D 4D 62 24
Octal 201 265 2 35 0 143 35 115 142 44
Binary 10000001 10110101 10 11101 0 1100011 11101 1001101 1100010 100100

Color Harmonies of #81B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B502

Black with #81B502

Text Example


Text Example

White with #81B502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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