Html Css Color HEX #81B707 Lima

📋 copy color: '#81B707'

red 129 ◦ green 183 ◦ blue 7

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

Shades of Lima #81B707

Tints of Lima #81B707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 40.44%
G = 57.37%
B = 2.19%

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

#81B707 (or 0x81B707) is known color: Lima. HEX triplet: 81, B7 and 07. RGB value is (129,183,7). Sum of RGB (Red+Green+Blue) = 129+183+7=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #81B707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B707 is #7E48F8. Grayscale: #939393. Windows color (decimal): -8276217 or 505729. OLE color: 505729.

HSL color Cylindrical-coordinate representation of color #81B707: hue angle of 78.41º degrees, saturation: 0.93, 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 #81B707 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 183 7 -
CMYK 0.30 0 0.96 0.28
HSL 78.41º 0.93% 0.37% -
HSV(B) 78.41º 0.96% 0.72% -
XYZ 26.03 38.55 6.27 -
YUV 146.79 49.11 115.31 -
System Red Green Blue C M Y K H S L
Decimal 129 183 7 0.30 0 0.96 0.28 78.41 0.93 0.37
Hex 81 B7 7 1E 0 60 1C 4E 5D 25
Octal 201 267 7 36 0 140 34 116 135 45
Binary 10000001 10110111 111 11110 0 1100000 11100 1001110 1011101 100101

Color Harmonies of #81B707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B707

Black with #81B707

Text Example


Text Example

White with #81B707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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