Html Css Color HEX #5CA85E Fruit Salad

📋 copy color: '#5CA85E'

red 92 ◦ green 168 ◦ blue 94

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

Shades of Fruit Salad #5CA85E

Tints of Fruit Salad #5CA85E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.46%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 25.99%
G = 47.46%
B = 26.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#5CA85E (or 0x5CA85E) is known color: Fruit Salad. HEX triplet: 5C, A8 and 5E. RGB value is (92,168,94). Sum of RGB (Red+Green+Blue) = 92+168+94=354 (46% of max value = 765). Red value is 92 (36.33% from 255 or 25.99% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #5CA85E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA85E is #A357A1. Grayscale: #898989. Windows color (decimal): -10704802 or 6203484. OLE color: 6203484.

HSL color Cylindrical-coordinate representation of color #5CA85E: hue angle of 121.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA85E is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 92 168 94 -
CMYK 0.45 0 0.44 0.34
HSL 121.58º 0.3% 0.51% -
HSV(B) 121.58º 0.45% 0.66% -
XYZ 20.44 31.09 15.51 -
YUV 136.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 92 168 94 0.45 0 0.44 0.34 121.58 0.3 0.51
Hex 5C A8 5E 2D 0 2C 22 7A 1E 33
Octal 134 250 136 55 0 54 42 172 36 63
Binary 1011100 10101000 1011110 101101 0 101100 100010 1111010 11110 110011

Color Harmonies of #5CA85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA85E

Black with #5CA85E

Text Example


Text Example

White with #5CA85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,168,94); }

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

background-color css

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

 a { background-color: rgb(92,168,94); }

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

border-color css

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

 span { border-color: rgb(92,168,94); }

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