Html Css Color HEX #81D70C Lawn Green

📋 copy color: '#81D70C'

red 129 ◦ green 215 ◦ blue 12

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

Shades of Lawn Green #81D70C

Tints of Lawn Green #81D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.39%

 BLUE value IS 12 (5.08% from 255) = 3.37%

R = 36.24%
G = 60.39%
B = 3.37%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#81D70C (or 0x81D70C) is known color: Lawn Green. HEX triplet: 81, D7 and 0C. RGB value is (129,215,12). Sum of RGB (Red+Green+Blue) = 129+215+12=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 12 (5.08% from 255 or 3.37% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #81D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D70C is #7E28F3. Grayscale: #A6A6A6. Windows color (decimal): -8268020 or 841601. OLE color: 841601.

HSL color Cylindrical-coordinate representation of color #81D70C: hue angle of 85.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81D70C is Cyan = 0.4, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 215 12 -
CMYK 0.4 0 0.94 0.16
HSL 85.42º 0.89% 0.45% -
HSV(B) 85.42º 0.94% 0.84% -
XYZ 33.42 53.29 8.87 -
YUV 166.14 41.01 101.51 -
System Red Green Blue C M Y K H S L
Decimal 129 215 12 0.4 0 0.94 0.16 85.42 0.89 0.45
Hex 81 D7 C 28 0 5E 10 55 59 2D
Octal 201 327 14 50 0 136 20 125 131 55
Binary 10000001 11010111 1100 101000 0 1011110 10000 1010101 1011001 101101

Color Harmonies of #81D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81D70C

Black with #81D70C

Text Example


Text Example

White with #81D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,215,12); }

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

background-color css

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

 a { background-color: rgb(129,215,12); }

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

border-color css

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

 span { border-color: rgb(129,215,12); }

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