Html Css Color HEX #81A950 Chelsea Cucumber

📋 copy color: '#81A950'

red 129 ◦ green 169 ◦ blue 80

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

Shades of Chelsea Cucumber #81A950

Tints of Chelsea Cucumber #81A950

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.71%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 34.13%
G = 44.71%
B = 21.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#81A950 (or 0x81A950) is known color: Chelsea Cucumber. HEX triplet: 81, A9 and 50. RGB value is (129,169,80). Sum of RGB (Red+Green+Blue) = 129+169+80=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #81A950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A950 is #7E56AF. Grayscale: #939393. Windows color (decimal): -8279728 or 5286273. OLE color: 5286273.

HSL color Cylindrical-coordinate representation of color #81A950: hue angle of 86.97º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81A950 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB 129 169 80 -
CMYK 0.24 0 0.53 0.34
HSL 86.97º 0.36% 0.49% -
HSV(B) 86.97º 0.53% 0.66% -
XYZ 24.69 33.62 12.78 -
YUV 146.89 90.25 115.24 -
System Red Green Blue C M Y K H S L
Decimal 129 169 80 0.24 0 0.53 0.34 86.97 0.36 0.49
Hex 81 A9 50 18 0 35 22 57 24 31
Octal 201 251 120 30 0 65 42 127 44 61
Binary 10000001 10101001 1010000 11000 0 110101 100010 1010111 100100 110001

Color Harmonies of #81A950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A950

Black with #81A950

Text Example


Text Example

White with #81A950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,169,80); }

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

background-color css

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

 a { background-color: rgb(129,169,80); }

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

border-color css

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

 span { border-color: rgb(129,169,80); }

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