Html Css Color HEX #81B819 Lima

📋 copy color: '#81B819'

red 129 ◦ green 184 ◦ blue 25

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

Shades of Lima #81B819

Tints of Lima #81B819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 54.44%

 BLUE value IS 25 (10.16% from 255) = 7.4%

R = 38.17%
G = 54.44%
B = 7.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#81B819 (or 0x81B819) is known color: Lima. HEX triplet: 81, B8 and 19. RGB value is (129,184,25). Sum of RGB (Red+Green+Blue) = 129+184+25=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #81B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B819 is #7E47E6. Grayscale: #969696. Windows color (decimal): -8275943 or 1685633. OLE color: 1685633.

HSL color Cylindrical-coordinate representation of color #81B819: hue angle of 80.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81B819 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 184 25 -
CMYK 0.30 0 0.86 0.28
HSL 80.75º 0.76% 0.41% -
HSV(B) 80.75º 0.86% 0.72% -
XYZ 26.37 39.02 7.06 -
YUV 149.43 57.78 113.43 -
System Red Green Blue C M Y K H S L
Decimal 129 184 25 0.30 0 0.86 0.28 80.75 0.76 0.41
Hex 81 B8 19 1E 0 56 1C 51 4C 29
Octal 201 270 31 36 0 126 34 121 114 51
Binary 10000001 10111000 11001 11110 0 1010110 11100 1010001 1001100 101001

Color Harmonies of #81B819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B819

Black with #81B819

Text Example


Text Example

White with #81B819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,184,25); }

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

background-color css

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

 a { background-color: rgb(129,184,25); }

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

border-color css

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

 span { border-color: rgb(129,184,25); }

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