Html Css Color HEX #5C920E Limeade

📋 copy color: '#5C920E'

red 92 ◦ green 146 ◦ blue 14

#5C920E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5C920E

Tints of Limeade #5C920E

RGB

 RED value IS 92 (36.33% from 255) = 36.51%

 GREEN value IS 146 (57.42% from 255) = 57.94%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 36.51%
G = 57.94%
B = 5.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#5C920E (or 0x5C920E) is known color: Limeade. HEX triplet: 5C, 92 and 0E. RGB value is (92,146,14). Sum of RGB (Red+Green+Blue) = 92+146+14=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #5C920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C920E is #A36DF1. Grayscale: #737373. Windows color (decimal): -10710514 or 954972. OLE color: 954972.

HSL color Cylindrical-coordinate representation of color #5C920E: hue angle of 84.55º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C920E is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 146 14 -
CMYK 0.37 0 0.90 0.43
HSL 84.55º 0.83% 0.31% -
HSV(B) 84.55º 0.9% 0.57% -
XYZ 14.77 22.86 4.05 -
YUV 114.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 92 146 14 0.37 0 0.90 0.43 84.55 0.83 0.31
Hex 5C 92 E 25 0 5A 2B 55 52 1F
Octal 134 222 16 45 0 132 53 125 122 37
Binary 1011100 10010010 1110 100101 0 1011010 101011 1010101 1010010 11111

Color Harmonies of #5C920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C920E

Black with #5C920E

Text Example


Text Example

White with #5C920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,146,14); }

 H1.HeaderClassName
 {
   color: #5C920E;
 }
 .AnyTagClassName
 {
   color: #5C920E;
 }
</style>

background-color css

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

 a { background-color: rgb(92,146,14); }

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

border-color css

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

 span { border-color: rgb(92,146,14); }

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