Html Css Color HEX #5CA432 Limeade

📋 copy color: '#5CA432'

red 92 ◦ green 164 ◦ blue 50

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

Shades of Limeade #5CA432

Tints of Limeade #5CA432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 30.07%
G = 53.59%
B = 16.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#5CA432 (or 0x5CA432) is known color: Limeade. HEX triplet: 5C, A4 and 32. RGB value is (92,164,50). Sum of RGB (Red+Green+Blue) = 92+164+50=306 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.07% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA432 is #A35BCD. Grayscale: #818181. Windows color (decimal): -10705870 or 3318876. OLE color: 3318876.

HSL color Cylindrical-coordinate representation of color #5CA432: hue angle of 97.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5CA432 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 50 -
CMYK 0.44 0 0.70 0.36
HSL 97.89º 0.53% 0.42% -
HSV(B) 97.89º 0.7% 0.64% -
XYZ 18.26 29.06 7.66 -
YUV 129.48 83.15 101.27 -
System Red Green Blue C M Y K H S L
Decimal 92 164 50 0.44 0 0.70 0.36 97.89 0.53 0.42
Hex 5C A4 32 2C 0 46 24 62 35 2A
Octal 134 244 62 54 0 106 44 142 65 52
Binary 1011100 10100100 110010 101100 0 1000110 100100 1100010 110101 101010

Color Harmonies of #5CA432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA432

Black with #5CA432

Text Example


Text Example

White with #5CA432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,164,50); }

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

background-color css

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

 a { background-color: rgb(92,164,50); }

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

border-color css

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

 span { border-color: rgb(92,164,50); }

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