#5C930F

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

Shades of Limeade #5C930F

Tints of Limeade #5C930F

Color information

#5C930F (or 0x5C930F) is unknown color: approx Limeade. HEX triplet: 5C, 93 and 0F. RGB value is (92,147,15). Sum of RGB (Red+Green+Blue) = 92+147+15=254 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.22% from 254); Green value is 147 (57.81% from 255 or 57.87% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 147 - color contains mainly: green. Hex color #5C930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C930F is #A36CF0. Grayscale: #737373. Windows color (decimal): -10710257 or 1020764. OLE color: 1020764.

HSL color Cylindrical-coordinate representation of color #5C930F: hue angle of 85º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C930F is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB9214715-
CMYK0.3700.900.42
HSL85º81.48%31.76%-
HSV(B)85º89.8%57.65%-
XYZ14.9323.184.14-
YUV115.5171.28111.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.22%
GREEN value IS 147 (57.81% from 255) = 57.87%
BLUE value IS 15 (6.25% from 255) = 5.91%
R=36.22%
G=57.87%
B=5.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92147150.3700.900.428581.4831.76
Hex5C93F2505A2A555120
Octal134223174501325212512140
Binary10111001001001111111001010101101010101010101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,15); }

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

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

 a { background-color: rgb(92,147,15); }

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

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

 span { border-color: rgb(92,147,15); }

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