Html Css Color HEX #5CA260 Fruit Salad

📋 copy color: '#5CA260'

red 92 ◦ green 162 ◦ blue 96

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

Shades of Fruit Salad #5CA260

Tints of Fruit Salad #5CA260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.43%

R = 26.29%
G = 46.29%
B = 27.43%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#5CA260 (or 0x5CA260) is known color: Fruit Salad. HEX triplet: 5C, A2 and 60. RGB value is (92,162,96). Sum of RGB (Red+Green+Blue) = 92+162+96=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA260 is #A35D9F. Grayscale: #858585. Windows color (decimal): -10706336 or 6333020. OLE color: 6333020.

HSL color Cylindrical-coordinate representation of color #5CA260: hue angle of 123.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA260 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 162 96 -
CMYK 0.43 0 0.41 0.36
HSL 123.43º 0.28% 0.5% -
HSV(B) 123.43º 0.43% 0.64% -
XYZ 19.45 28.96 15.63 -
YUV 133.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 92 162 96 0.43 0 0.41 0.36 123.43 0.28 0.5
Hex 5C A2 60 2B 0 29 24 7B 1C 32
Octal 134 242 140 53 0 51 44 173 34 62
Binary 1011100 10100010 1100000 101011 0 101001 100100 1111011 11100 110010

Color Harmonies of #5CA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA260

Black with #5CA260

Text Example


Text Example

White with #5CA260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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