Html Css Color HEX #81B708 Lima

📋 copy color: '#81B708'

red 129 ◦ green 183 ◦ blue 8

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

Shades of Lima #81B708

Tints of Lima #81B708

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.19%

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 40.31%
G = 57.19%
B = 2.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#81B708 (or 0x81B708) is known color: Lima. HEX triplet: 81, B7 and 08. RGB value is (129,183,8). Sum of RGB (Red+Green+Blue) = 129+183+8=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 183 (71.88% from 255 or 57.19% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 183 - color contains mainly: green. Hex color #81B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B708 is #7E48F7. Grayscale: #939393. Windows color (decimal): -8276216 or 571265. OLE color: 571265.

HSL color Cylindrical-coordinate representation of color #81B708: hue angle of 78.51º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81B708 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 8 -
CMYK 0.30 0 0.96 0.28
HSL 78.51º 0.92% 0.37% -
HSV(B) 78.51º 0.96% 0.72% -
XYZ 26.03 38.55 6.3 -
YUV 146.9 49.61 115.23 -
System Red Green Blue C M Y K H S L
Decimal 129 183 8 0.30 0 0.96 0.28 78.51 0.92 0.37
Hex 81 B7 8 1E 0 60 1C 4F 5C 25
Octal 201 267 10 36 0 140 34 117 134 45
Binary 10000001 10110111 1000 11110 0 1100000 11100 1001111 1011100 100101

Color Harmonies of #81B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B708

Black with #81B708

Text Example


Text Example

White with #81B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,183,8); }

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

background-color css

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

 a { background-color: rgb(129,183,8); }

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

border-color css

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

 span { border-color: rgb(129,183,8); }

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