Html Css Color HEX #81B223 Lima

📋 copy color: '#81B223'

red 129 ◦ green 178 ◦ blue 35

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

Shades of Lima #81B223

Tints of Lima #81B223

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.05%

 BLUE value IS 35 (14.06% from 255) = 10.23%

R = 37.72%
G = 52.05%
B = 10.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#81B223 (or 0x81B223) is known color: Lima. HEX triplet: 81, B2 and 23. RGB value is (129,178,35). Sum of RGB (Red+Green+Blue) = 129+178+35=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #81B223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B223 is #7E4DDC. Grayscale: #939393. Windows color (decimal): -8277469 or 2339457. OLE color: 2339457.

HSL color Cylindrical-coordinate representation of color #81B223: hue angle of 80.56º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81B223 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 178 35 -
CMYK 0.28 0 0.80 0.30
HSL 80.56º 0.67% 0.42% -
HSV(B) 80.56º 0.8% 0.7% -
XYZ 25.28 36.63 7.33 -
YUV 147.05 64.77 115.13 -
System Red Green Blue C M Y K H S L
Decimal 129 178 35 0.28 0 0.80 0.30 80.56 0.67 0.42
Hex 81 B2 23 1C 0 50 1E 51 43 2A
Octal 201 262 43 34 0 120 36 121 103 52
Binary 10000001 10110010 100011 11100 0 1010000 11110 1010001 1000011 101010

Color Harmonies of #81B223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B223

Black with #81B223

Text Example


Text Example

White with #81B223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,178,35); }

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

background-color css

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

 a { background-color: rgb(129,178,35); }

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

border-color css

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

 span { border-color: rgb(129,178,35); }

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