#81C138

Color #81C138 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #81C138

Tints of Yellow Green #81C138

Color information

#81C138 (or 0x81C138) is unknown color: approx Yellow Green. HEX triplet: 81, C1 and 38. RGB value is (129,193,56). Sum of RGB (Red+Green+Blue) = 129+193+56=378 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.13% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #81C138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C138 is #7E3EC7. Grayscale: #9E9E9E. Windows color (decimal): -8273608 or 3719553. OLE color: 3719553.

HSL color Cylindrical-coordinate representation of color #81C138: hue angle of 88.03º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81C138 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB12919356-
CMYK0.3300.710.24
HSL88.03º55.02%48.82%-
HSV(B)88.03º70.98%75.69%-
XYZ28.8443.0910.54-
YUV158.2570.3107.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.13%
GREEN value IS 193 (75.78% from 255) = 51.06%
BLUE value IS 56 (22.27% from 255) = 14.81%
R=34.13%
G=51.06%
B=14.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193560.3300.710.2488.0355.0248.82
Hex81C1382104718583731
Octal20130170410107301306761
Binary100000011100000111100010000101000111110001011000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,193,56); }

 H1.HeaderClassName
 {
   color: #81C138;
 }
 .AnyTagClassName
 {
   color: #81C138;
 }
</style>
background-color css

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

 a { background-color: rgb(129,193,56); }

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

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

 span { border-color: rgb(129,193,56); }

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