Html Css Color HEX #81BC22 Lima

📋 copy color: '#81BC22'

red 129 ◦ green 188 ◦ blue 34

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

Shades of Lima #81BC22

Tints of Lima #81BC22

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.56%

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 36.75%
G = 53.56%
B = 9.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#81BC22 (or 0x81BC22) is known color: Lima. HEX triplet: 81, BC and 22. RGB value is (129,188,34). Sum of RGB (Red+Green+Blue) = 129+188+34=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC22 is #7E43DD. Grayscale: #999999. Windows color (decimal): -8274910 or 2276481. OLE color: 2276481.

HSL color Cylindrical-coordinate representation of color #81BC22: hue angle of 82.99º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #81BC22 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 34 -
CMYK 0.31 0 0.82 0.26
HSL 82.99º 0.69% 0.44% -
HSV(B) 82.99º 0.82% 0.74% -
XYZ 27.33 40.75 7.94 -
YUV 152.8 60.95 111.02 -
System Red Green Blue C M Y K H S L
Decimal 129 188 34 0.31 0 0.82 0.26 82.99 0.69 0.44
Hex 81 BC 22 1F 0 52 1A 53 45 2C
Octal 201 274 42 37 0 122 32 123 105 54
Binary 10000001 10111100 100010 11111 0 1010010 11010 1010011 1000101 101100

Color Harmonies of #81BC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC22

Black with #81BC22

Text Example


Text Example

White with #81BC22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,34); }

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

background-color css

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

 a { background-color: rgb(129,188,34); }

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

border-color css

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

 span { border-color: rgb(129,188,34); }

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