Html Css Color HEX #81BF08 Lima

📋 copy color: '#81BF08'

red 129 ◦ green 191 ◦ blue 8

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

Shades of Lima #81BF08

Tints of Lima #81BF08

RGB

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

 GREEN value IS 191 (75% from 255) = 58.23%

 BLUE value IS 8 (3.52% from 255) = 2.44%

R = 39.33%
G = 58.23%
B = 2.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#81BF08 (or 0x81BF08) is known color: Lima. HEX triplet: 81, BF and 08. RGB value is (129,191,8). Sum of RGB (Red+Green+Blue) = 129+191+8=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 191 (75% from 255 or 58.23% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BF08 is #7E40F7. Grayscale: #989898. Windows color (decimal): -8274168 or 573313. OLE color: 573313.

HSL color Cylindrical-coordinate representation of color #81BF08: hue angle of 80.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81BF08 is Cyan = 0.32, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 8 -
CMYK 0.32 0 0.96 0.25
HSL 80.33º 0.92% 0.39% -
HSV(B) 80.33º 0.96% 0.75% -
XYZ 27.73 41.95 6.86 -
YUV 151.6 46.96 111.88 -
System Red Green Blue C M Y K H S L
Decimal 129 191 8 0.32 0 0.96 0.25 80.33 0.92 0.39
Hex 81 BF 8 20 0 60 19 50 5C 27
Octal 201 277 10 40 0 140 31 120 134 47
Binary 10000001 10111111 1000 100000 0 1100000 11001 1010000 1011100 100111

Color Harmonies of #81BF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF08

Black with #81BF08

Text Example


Text Example

White with #81BF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,191,8); }

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

background-color css

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

 a { background-color: rgb(129,191,8); }

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

border-color css

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

 span { border-color: rgb(129,191,8); }

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