Html Css Color HEX #81CC07 Lima

📋 copy color: '#81CC07'

red 129 ◦ green 204 ◦ blue 7

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

Shades of Lima #81CC07

Tints of Lima #81CC07

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60%

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

R = 37.94%
G = 60%
B = 2.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#81CC07 (or 0x81CC07) is known color: Lima. HEX triplet: 81, CC and 07. RGB value is (129,204,7). Sum of RGB (Red+Green+Blue) = 129+204+7=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 204 (80.08% from 255 or 60% from 340); Blue value is 7 (3.12% from 255 or 2.06% from 340); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CC07 is #7E33F8. Grayscale: #9F9F9F. Windows color (decimal): -8270841 or 511105. OLE color: 511105.

HSL color Cylindrical-coordinate representation of color #81CC07: hue angle of 82.84º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81CC07 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 204 7 -
CMYK 0.37 0 0.97 0.2
HSL 82.84º 0.93% 0.41% -
HSV(B) 82.84º 0.97% 0.8% -
XYZ 30.68 47.87 7.82 -
YUV 159.12 42.15 106.52 -
System Red Green Blue C M Y K H S L
Decimal 129 204 7 0.37 0 0.97 0.2 82.84 0.93 0.41
Hex 81 CC 7 25 0 61 14 53 5D 29
Octal 201 314 7 45 0 141 24 123 135 51
Binary 10000001 11001100 111 100101 0 1100001 10100 1010011 1011101 101001

Color Harmonies of #81CC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81CC07

Black with #81CC07

Text Example


Text Example

White with #81CC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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