Html Css Color HEX #5CA310 Limeade

📋 copy color: '#5CA310'

red 92 ◦ green 163 ◦ blue 16

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

Shades of Limeade #5CA310

Tints of Limeade #5CA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 60.15%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 33.95%
G = 60.15%
B = 5.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#5CA310 (or 0x5CA310) is known color: Limeade. HEX triplet: 5C, A3 and 10. RGB value is (92,163,16). Sum of RGB (Red+Green+Blue) = 92+163+16=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA310 is #A35CEF. Grayscale: #7D7D7D. Windows color (decimal): -10706160 or 1090396. OLE color: 1090396.

HSL color Cylindrical-coordinate representation of color #5CA310: hue angle of 88.98º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5CA310 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 163 16 -
CMYK 0.44 0 0.90 0.36
HSL 88.98º 0.82% 0.35% -
HSV(B) 88.98º 0.9% 0.64% -
XYZ 17.6 28.51 5.06 -
YUV 125.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 92 163 16 0.44 0 0.90 0.36 88.98 0.82 0.35
Hex 5C A3 10 2C 0 5A 24 59 52 23
Octal 134 243 20 54 0 132 44 131 122 43
Binary 1011100 10100011 10000 101100 0 1011010 100100 1011001 1010010 100011

Color Harmonies of #5CA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA310

Black with #5CA310

Text Example


Text Example

White with #5CA310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,163,16); }

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

background-color css

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

 a { background-color: rgb(92,163,16); }

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

border-color css

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

 span { border-color: rgb(92,163,16); }

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