Html Css Color HEX #5CAA5D Fruit Salad

📋 copy color: '#5CAA5D'

red 92 ◦ green 170 ◦ blue 93

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

Shades of Fruit Salad #5CAA5D

Tints of Fruit Salad #5CAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.89%

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 25.92%
G = 47.89%
B = 26.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#5CAA5D (or 0x5CAA5D) is known color: Fruit Salad. HEX triplet: 5C, AA and 5D. RGB value is (92,170,93). Sum of RGB (Red+Green+Blue) = 92+170+93=355 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.92% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAA5D is #A355A2. Grayscale: #8A8A8A. Windows color (decimal): -10704291 or 6138460. OLE color: 6138460.

HSL color Cylindrical-coordinate representation of color #5CAA5D: hue angle of 120.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CAA5D is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 170 93 -
CMYK 0.46 0 0.45 0.33
HSL 120.77º 0.31% 0.51% -
HSV(B) 120.77º 0.46% 0.67% -
XYZ 20.76 31.82 15.4 -
YUV 137.9 102.66 95.26 -
System Red Green Blue C M Y K H S L
Decimal 92 170 93 0.46 0 0.45 0.33 120.77 0.31 0.51
Hex 5C AA 5D 2E 0 2D 21 79 1F 33
Octal 134 252 135 56 0 55 41 171 37 63
Binary 1011100 10101010 1011101 101110 0 101101 100001 1111001 11111 110011

Color Harmonies of #5CAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CAA5D

Black with #5CAA5D

Text Example


Text Example

White with #5CAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,170,93); }

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

background-color css

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

 a { background-color: rgb(92,170,93); }

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

border-color css

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

 span { border-color: rgb(92,170,93); }

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