Html Css Color HEX #81B609 Lima

📋 copy color: '#81B609'

red 129 ◦ green 182 ◦ blue 9

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

Shades of Lima #81B609

Tints of Lima #81B609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.88%

 BLUE value IS 9 (3.91% from 255) = 2.81%

R = 40.31%
G = 56.88%
B = 2.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#81B609 (or 0x81B609) is known color: Lima. HEX triplet: 81, B6 and 09. RGB value is (129,182,9). Sum of RGB (Red+Green+Blue) = 129+182+9=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #81B609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B609 is #7E49F6. Grayscale: #939393. Windows color (decimal): -8276471 or 636545. OLE color: 636545.

HSL color Cylindrical-coordinate representation of color #81B609: hue angle of 78.38º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81B609 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 182 9 -
CMYK 0.29 0 0.95 0.29
HSL 78.38º 0.91% 0.37% -
HSV(B) 78.38º 0.95% 0.71% -
XYZ 25.83 38.14 6.26 -
YUV 146.43 50.44 115.57 -
System Red Green Blue C M Y K H S L
Decimal 129 182 9 0.29 0 0.95 0.29 78.38 0.91 0.37
Hex 81 B6 9 1D 0 5F 1D 4E 5B 25
Octal 201 266 11 35 0 137 35 116 133 45
Binary 10000001 10110110 1001 11101 0 1011111 11101 1001110 1011011 100101

Color Harmonies of #81B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B609

Black with #81B609

Text Example


Text Example

White with #81B609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,182,9); }

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

background-color css

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

 a { background-color: rgb(129,182,9); }

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

border-color css

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

 span { border-color: rgb(129,182,9); }

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