Html Css Color HEX #81B150 Chelsea Cucumber

📋 copy color: '#81B150'

red 129 ◦ green 177 ◦ blue 80

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

Shades of Chelsea Cucumber #81B150

Tints of Chelsea Cucumber #81B150

RGB

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

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

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

R = 33.42%
G = 45.85%
B = 20.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#81B150 (or 0x81B150) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 50. RGB value is (129,177,80). Sum of RGB (Red+Green+Blue) = 129+177+80=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 177 - color contains mainly: green. Hex color #81B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B150 is #7E4EAF. Grayscale: #979797. Windows color (decimal): -8277680 or 5288321. OLE color: 5288321.

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

Color convert

RGB 129 177 80 -
CMYK 0.27 0 0.55 0.31
HSL 89.69º 0.38% 0.5% -
HSV(B) 89.69º 0.55% 0.69% -
XYZ 26.22 36.69 13.29 -
YUV 151.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 129 177 80 0.27 0 0.55 0.31 89.69 0.38 0.5
Hex 81 B1 50 1B 0 37 1F 5A 26 32
Octal 201 261 120 33 0 67 37 132 46 62
Binary 10000001 10110001 1010000 11011 0 110111 11111 1011010 100110 110010

Color Harmonies of #81B150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B150

Black with #81B150

Text Example


Text Example

White with #81B150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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