Html Css Color HEX #81C90F Lima

📋 copy color: '#81C90F'

red 129 ◦ green 201 ◦ blue 15

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

Shades of Lima #81C90F

Tints of Lima #81C90F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.26%

 BLUE value IS 15 (6.25% from 255) = 4.35%

R = 37.39%
G = 58.26%
B = 4.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#81C90F (or 0x81C90F) is known color: Lima. HEX triplet: 81, C9 and 0F. RGB value is (129,201,15). Sum of RGB (Red+Green+Blue) = 129+201+15=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #81C90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C90F is #7E36F0. Grayscale: #9E9E9E. Windows color (decimal): -8271601 or 1034625. OLE color: 1034625.

HSL color Cylindrical-coordinate representation of color #81C90F: hue angle of 83.23º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81C90F is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 201 15 -
CMYK 0.36 0 0.93 0.21
HSL 83.23º 0.86% 0.42% -
HSV(B) 83.23º 0.93% 0.79% -
XYZ 30.03 46.47 7.84 -
YUV 158.27 47.15 107.12 -
System Red Green Blue C M Y K H S L
Decimal 129 201 15 0.36 0 0.93 0.21 83.23 0.86 0.42
Hex 81 C9 F 24 0 5D 15 53 56 2A
Octal 201 311 17 44 0 135 25 123 126 52
Binary 10000001 11001001 1111 100100 0 1011101 10101 1010011 1010110 101010

Color Harmonies of #81C90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C90F

Black with #81C90F

Text Example


Text Example

White with #81C90F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,201,15); }

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

background-color css

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

 a { background-color: rgb(129,201,15); }

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

border-color css

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

 span { border-color: rgb(129,201,15); }

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