#81CA36

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

Shades of Yellow Green #81CA36

Tints of Yellow Green #81CA36

Color information

#81CA36 (or 0x81CA36) is unknown color: approx Yellow Green. HEX triplet: 81, CA and 36. RGB value is (129,202,54). Sum of RGB (Red+Green+Blue) = 129+202+54=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #81CA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CA36 is #7E35C9. Grayscale: #A3A3A3. Windows color (decimal): -8271306 or 3590785. OLE color: 3590785.

HSL color Cylindrical-coordinate representation of color #81CA36: hue angle of 89.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81CA36 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB12920254-
CMYK0.3600.730.21
HSL89.59º58.27%50.2%-
HSV(B)89.59º73.27%79.22%-
XYZ30.8447.1710.97-
YUV163.366.32103.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.51%
GREEN value IS 202 (79.30% from 255) = 52.47%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=33.51%
G=52.47%
B=14.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129202540.3600.730.2189.5958.2750.2
Hex81CA3624049155a3a32
Octal20131266440111251327262
Binary100000011100101011011010010001001001101011011010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,54); }

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

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

 a { background-color: rgb(129,202,54); }

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

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

 span { border-color: rgb(129,202,54); }

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