#5C9B27

Color #5C9B27 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5C9B27

Tints of Limeade #5C9B27

Color information

#5C9B27 (or 0x5C9B27) is unknown color: approx Limeade. HEX triplet: 5C, 9B and 27. RGB value is (92,155,39). Sum of RGB (Red+Green+Blue) = 92+155+39=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #5C9B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9B27 is #A364D8. Grayscale: #7B7B7B. Windows color (decimal): -10708185 or 2595676. OLE color: 2595676.

HSL color Cylindrical-coordinate representation of color #5C9B27: hue angle of 92.59º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C9B27 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.39.

Color convert

RGB9215539-
CMYK0.4100.750.39
HSL92.59º59.79%38.04%-
HSV(B)92.59º74.84%60.78%-
XYZ16.525.866.04-
YUV122.9480.63105.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.17%
GREEN value IS 155 (60.94% from 255) = 54.20%
BLUE value IS 39 (15.62% from 255) = 13.64%
R=32.17%
G=54.20%
B=13.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92155390.4100.750.3992.5959.7938.04
Hex5C9B272904B275d3c26
Octal13423347510113471357446
Binary101110010011011100111101001010010111001111011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C9B27; }

 p { color: rgb(92,155,39); }

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

<style>
 a { background-color: #5C9B27; }

 a { background-color: rgb(92,155,39); }

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

<style>
 span { border-color: #5C9B27; }

 span { border-color: rgb(92,155,39); }

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