Html Css Color HEX #81BD33 Lima

📋 copy color: '#81BD33'

red 129 ◦ green 189 ◦ blue 51

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

Shades of Lima #81BD33

Tints of Lima #81BD33

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.22%

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 34.96%
G = 51.22%
B = 13.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#81BD33 (or 0x81BD33) is known color: Lima. HEX triplet: 81, BD and 33. RGB value is (129,189,51). Sum of RGB (Red+Green+Blue) = 129+189+51=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD33 is #7E42CC. Grayscale: #9B9B9B. Windows color (decimal): -8274637 or 3390849. OLE color: 3390849.

HSL color Cylindrical-coordinate representation of color #81BD33: hue angle of 86.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81BD33 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 189 51 -
CMYK 0.32 0 0.73 0.26
HSL 86.09º 0.58% 0.47% -
HSV(B) 86.09º 0.73% 0.74% -
XYZ 27.85 41.3 9.64 -
YUV 155.33 69.12 109.22 -
System Red Green Blue C M Y K H S L
Decimal 129 189 51 0.32 0 0.73 0.26 86.09 0.58 0.47
Hex 81 BD 33 20 0 49 1A 56 3A 2F
Octal 201 275 63 40 0 111 32 126 72 57
Binary 10000001 10111101 110011 100000 0 1001001 11010 1010110 111010 101111

Color Harmonies of #81BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD33

Black with #81BD33

Text Example


Text Example

White with #81BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,189,51); }

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

background-color css

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

 a { background-color: rgb(129,189,51); }

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

border-color css

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

 span { border-color: rgb(129,189,51); }

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