Html Css Color HEX #81B14E Chelsea Cucumber

📋 copy color: '#81B14E'

red 129 ◦ green 177 ◦ blue 78

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

Shades of Chelsea Cucumber #81B14E

Tints of Chelsea Cucumber #81B14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 33.59%
G = 46.09%
B = 20.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#81B14E (or 0x81B14E) is known color: Chelsea Cucumber. HEX triplet: 81, B1 and 4E. RGB value is (129,177,78). Sum of RGB (Red+Green+Blue) = 129+177+78=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #81B14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81B14E is #7E4EB1. Grayscale: #979797. Windows color (decimal): -8277682 or 5157249. OLE color: 5157249.

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

Color convert

RGB 129 177 78 -
CMYK 0.27 0 0.56 0.31
HSL 89.09º 0.39% 0.5% -
HSV(B) 89.09º 0.56% 0.69% -
XYZ 26.15 36.66 12.91 -
YUV 151.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 129 177 78 0.27 0 0.56 0.31 89.09 0.39 0.5
Hex 81 B1 4E 1B 0 38 1F 59 27 32
Octal 201 261 116 33 0 70 37 131 47 62
Binary 10000001 10110001 1001110 11011 0 111000 11111 1011001 100111 110010

Color Harmonies of #81B14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B14E

Black with #81B14E

Text Example


Text Example

White with #81B14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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