Html Css Color HEX #81B145 Chelsea Cucumber

📋 copy color: '#81B145'

red 129 ◦ green 177 ◦ blue 69

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

Shades of Chelsea Cucumber #81B145

Tints of Chelsea Cucumber #81B145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 34.4%
G = 47.2%
B = 18.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#81B145 (or 0x81B145) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 45. RGB value is (129,177,69). Sum of RGB (Red+Green+Blue) = 129+177+69=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #81B145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B145 is #7E4EBA. Grayscale: #969696. Windows color (decimal): -8277691 or 4567425. OLE color: 4567425.

HSL color Cylindrical-coordinate representation of color #81B145: hue angle of 86.67º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81B145 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 177 69 -
CMYK 0.27 0 0.61 0.31
HSL 86.67º 0.44% 0.48% -
HSV(B) 86.67º 0.61% 0.69% -
XYZ 25.85 36.54 11.32 -
YUV 150.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 129 177 69 0.27 0 0.61 0.31 86.67 0.44 0.48
Hex 81 B1 45 1B 0 3D 1F 57 2C 30
Octal 201 261 105 33 0 75 37 127 54 60
Binary 10000001 10110001 1000101 11011 0 111101 11111 1010111 101100 110000

Color Harmonies of #81B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B145

Black with #81B145

Text Example


Text Example

White with #81B145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,177,69); }

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

background-color css

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

 a { background-color: rgb(129,177,69); }

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

border-color css

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

 span { border-color: rgb(129,177,69); }

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