Html Css Color HEX #81BC04 Lima

📋 copy color: '#81BC04'

red 129 ◦ green 188 ◦ blue 4

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

Shades of Lima #81BC04

Tints of Lima #81BC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 40.19%
G = 58.57%
B = 1.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#81BC04 (or 0x81BC04) is known color: Lima. HEX triplet: 81, BC and 04. RGB value is (129,188,4). Sum of RGB (Red+Green+Blue) = 129+188+4=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BC04 is #7E43FB. Grayscale: #969696. Windows color (decimal): -8274940 or 310401. OLE color: 310401.

HSL color Cylindrical-coordinate representation of color #81BC04: hue angle of 79.24º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81BC04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 129 188 4 -
CMYK 0.31 0 0.98 0.26
HSL 79.24º 0.96% 0.38% -
HSV(B) 79.24º 0.98% 0.74% -
XYZ 27.06 40.64 6.53 -
YUV 149.38 45.95 113.46 -
System Red Green Blue C M Y K H S L
Decimal 129 188 4 0.31 0 0.98 0.26 79.24 0.96 0.38
Hex 81 BC 4 1F 0 62 1A 4F 60 26
Octal 201 274 4 37 0 142 32 117 140 46
Binary 10000001 10111100 100 11111 0 1100010 11010 1001111 1100000 100110

Color Harmonies of #81BC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BC04

Black with #81BC04

Text Example


Text Example

White with #81BC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,188,4); }

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

background-color css

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

 a { background-color: rgb(129,188,4); }

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

border-color css

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

 span { border-color: rgb(129,188,4); }

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