#81C135

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

Shades of Yellow Green #81C135

Tints of Yellow Green #81C135

Color information

#81C135 (or 0x81C135) is unknown color: approx Yellow Green. HEX triplet: 81, C1 and 35. RGB value is (129,193,53). Sum of RGB (Red+Green+Blue) = 129+193+53=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #81C135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C135 is #7E3ECA. Grayscale: #9E9E9E. Windows color (decimal): -8273611 or 3522945. OLE color: 3522945.

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

Color convert

RGB12919353-
CMYK0.3300.730.24
HSL87.43º56.91%48.24%-
HSV(B)87.43º72.54%75.69%-
XYZ28.7743.0610.16-
YUV157.968.8107.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 193 (75.78% from 255) = 51.47%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=34.4%
G=51.47%
B=14.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129193530.3300.730.2487.4356.9148.24
Hex81C1352104918573930
Octal20130165410111301277160
Binary100000011100000111010110000101001001110001010111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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