Html Css Color HEX #81BD28 Lima

📋 copy color: '#81BD28'

red 129 ◦ green 189 ◦ blue 40

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

Shades of Lima #81BD28

Tints of Lima #81BD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.17%

R = 36.03%
G = 52.79%
B = 11.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#81BD28 (or 0x81BD28) is known color: Lima. HEX triplet: 81, BD and 28. RGB value is (129,189,40). Sum of RGB (Red+Green+Blue) = 129+189+40=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 189 (74.22% from 255 or 52.79% from 358); Blue value is 40 (16.02% from 255 or 11.17% from 358); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BD28 is #7E42D7. Grayscale: #9A9A9A. Windows color (decimal): -8274648 or 2669953. OLE color: 2669953.

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

Color convert

RGB 129 189 40 -
CMYK 0.32 0 0.79 0.26
HSL 84.16º 0.65% 0.45% -
HSV(B) 84.16º 0.79% 0.74% -
XYZ 27.63 41.22 8.51 -
YUV 154.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 129 189 40 0.32 0 0.79 0.26 84.16 0.65 0.45
Hex 81 BD 28 20 0 4F 1A 54 41 2D
Octal 201 275 50 40 0 117 32 124 101 55
Binary 10000001 10111101 101000 100000 0 1001111 11010 1010100 1000001 101101

Color Harmonies of #81BD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BD28

Black with #81BD28

Text Example


Text Example

White with #81BD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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