Html Css Color HEX #5CA116 Limeade

📋 copy color: '#5CA116'

red 92 ◦ green 161 ◦ blue 22

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

Shades of Limeade #5CA116

Tints of Limeade #5CA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.55%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 33.45%
G = 58.55%
B = 8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#5CA116 (or 0x5CA116) is known color: Limeade. HEX triplet: 5C, A1 and 16. RGB value is (92,161,22). Sum of RGB (Red+Green+Blue) = 92+161+22=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA116 is #A35EE9. Grayscale: #7D7D7D. Windows color (decimal): -10706666 or 1483100. OLE color: 1483100.

HSL color Cylindrical-coordinate representation of color #5CA116: hue angle of 89.78º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5CA116 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 161 22 -
CMYK 0.43 0 0.86 0.37
HSL 89.78º 0.76% 0.36% -
HSV(B) 89.78º 0.86% 0.63% -
XYZ 17.3 27.82 5.22 -
YUV 124.52 70.14 104.8 -
System Red Green Blue C M Y K H S L
Decimal 92 161 22 0.43 0 0.86 0.37 89.78 0.76 0.36
Hex 5C A1 16 2B 0 56 25 5A 4C 24
Octal 134 241 26 53 0 126 45 132 114 44
Binary 1011100 10100001 10110 101011 0 1010110 100101 1011010 1001100 100100

Color Harmonies of #5CA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA116

Black with #5CA116

Text Example


Text Example

White with #5CA116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,22); }

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

background-color css

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

 a { background-color: rgb(92,161,22); }

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

border-color css

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

 span { border-color: rgb(92,161,22); }

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