Html Css Color HEX #5CA221 Limeade

📋 copy color: '#5CA221'

red 92 ◦ green 162 ◦ blue 33

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

Shades of Limeade #5CA221

Tints of Limeade #5CA221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 56.45%

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 32.06%
G = 56.45%
B = 11.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#5CA221 (or 0x5CA221) is known color: Limeade. HEX triplet: 5C, A2 and 21. RGB value is (92,162,33). Sum of RGB (Red+Green+Blue) = 92+162+33=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA221 is #A35DDE. Grayscale: #7E7E7E. Windows color (decimal): -10706399 or 2204252. OLE color: 2204252.

HSL color Cylindrical-coordinate representation of color #5CA221: hue angle of 92.56º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5CA221 is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 33 -
CMYK 0.43 0 0.80 0.36
HSL 92.56º 0.66% 0.38% -
HSV(B) 92.56º 0.8% 0.64% -
XYZ 17.61 28.23 5.96 -
YUV 126.36 75.31 103.49 -
System Red Green Blue C M Y K H S L
Decimal 92 162 33 0.43 0 0.80 0.36 92.56 0.66 0.38
Hex 5C A2 21 2B 0 50 24 5D 42 26
Octal 134 242 41 53 0 120 44 135 102 46
Binary 1011100 10100010 100001 101011 0 1010000 100100 1011101 1000010 100110

Color Harmonies of #5CA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA221

Black with #5CA221

Text Example


Text Example

White with #5CA221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,162,33); }

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

background-color css

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

 a { background-color: rgb(92,162,33); }

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

border-color css

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

 span { border-color: rgb(92,162,33); }

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