Html Css Color HEX #5C9932 Limeade

📋 copy color: '#5C9932'

red 92 ◦ green 153 ◦ blue 50

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

Shades of Limeade #5C9932

Tints of Limeade #5C9932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.86%

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

R = 31.19%
G = 51.86%
B = 16.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#5C9932 (or 0x5C9932) is known color: Limeade. HEX triplet: 5C, 99 and 32. RGB value is (92,153,50). Sum of RGB (Red+Green+Blue) = 92+153+50=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9932 is #A366CD. Grayscale: #7B7B7B. Windows color (decimal): -10708686 or 3316060. OLE color: 3316060.

HSL color Cylindrical-coordinate representation of color #5C9932: hue angle of 95.53º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C9932 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 153 50 -
CMYK 0.40 0 0.67 0.4
HSL 95.53º 0.51% 0.4% -
HSV(B) 95.53º 0.67% 0.6% -
XYZ 16.38 25.29 7.04 -
YUV 123.02 86.79 105.88 -
System Red Green Blue C M Y K H S L
Decimal 92 153 50 0.40 0 0.67 0.4 95.53 0.51 0.4
Hex 5C 99 32 28 0 43 28 60 33 28
Octal 134 231 62 50 0 103 50 140 63 50
Binary 1011100 10011001 110010 101000 0 1000011 101000 1100000 110011 101000

Color Harmonies of #5C9932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9932

Black with #5C9932

Text Example


Text Example

White with #5C9932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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