Html Css Color HEX #81C707 Lima

📋 copy color: '#81C707'

red 129 ◦ green 199 ◦ blue 7

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

Shades of Lima #81C707

Tints of Lima #81C707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.4%

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

R = 38.51%
G = 59.4%
B = 2.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#81C707 (or 0x81C707) is known color: Lima. HEX triplet: 81, C7 and 07. RGB value is (129,199,7). Sum of RGB (Red+Green+Blue) = 129+199+7=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #81C707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C707 is #7E38F8. Grayscale: #9C9C9C. Windows color (decimal): -8272121 or 509825. OLE color: 509825.

HSL color Cylindrical-coordinate representation of color #81C707: hue angle of 81.87º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81C707 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 199 7 -
CMYK 0.35 0 0.96 0.22
HSL 81.87º 0.93% 0.4% -
HSV(B) 81.87º 0.96% 0.78% -
XYZ 29.52 45.53 7.43 -
YUV 156.18 43.81 108.61 -
System Red Green Blue C M Y K H S L
Decimal 129 199 7 0.35 0 0.96 0.22 81.87 0.93 0.4
Hex 81 C7 7 23 0 60 16 52 5D 28
Octal 201 307 7 43 0 140 26 122 135 50
Binary 10000001 11000111 111 100011 0 1100000 10110 1010010 1011101 101000

Color Harmonies of #81C707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C707

Black with #81C707

Text Example


Text Example

White with #81C707

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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