Html Css Color HEX #81B941 Chelsea Cucumber

📋 copy color: '#81B941'

red 129 ◦ green 185 ◦ blue 65

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

Shades of Chelsea Cucumber #81B941

Tints of Chelsea Cucumber #81B941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.81%

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 34.04%
G = 48.81%
B = 17.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#81B941 (or 0x81B941) is known color: Chelsea Cucumber. HEX triplet: 81, B9 and 41. RGB value is (129,185,65). Sum of RGB (Red+Green+Blue) = 129+185+65=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #81B941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B941 is #7E46BE. Grayscale: #9B9B9B. Windows color (decimal): -8275647 or 4307329. OLE color: 4307329.

HSL color Cylindrical-coordinate representation of color #81B941: hue angle of 88º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81B941 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 185 65 -
CMYK 0.30 0 0.65 0.27
HSL 88º 0.48% 0.49% -
HSV(B) 88º 0.65% 0.73% -
XYZ 27.36 39.75 11.23 -
YUV 154.58 77.45 109.76 -
System Red Green Blue C M Y K H S L
Decimal 129 185 65 0.30 0 0.65 0.27 88 0.48 0.49
Hex 81 B9 41 1E 0 41 1B 58 30 31
Octal 201 271 101 36 0 101 33 130 60 61
Binary 10000001 10111001 1000001 11110 0 1000001 11011 1011000 110000 110001

Color Harmonies of #81B941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B941

Black with #81B941

Text Example


Text Example

White with #81B941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,185,65); }

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

background-color css

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

 a { background-color: rgb(129,185,65); }

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

border-color css

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

 span { border-color: rgb(129,185,65); }

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