Html Css Color HEX #5CA25A Fruit Salad

📋 copy color: '#5CA25A'

red 92 ◦ green 162 ◦ blue 90

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

Shades of Fruit Salad #5CA25A

Tints of Fruit Salad #5CA25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.16%

R = 26.74%
G = 47.09%
B = 26.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#5CA25A (or 0x5CA25A) is known color: Fruit Salad. HEX triplet: 5C, A2 and 5A. RGB value is (92,162,90). Sum of RGB (Red+Green+Blue) = 92+162+90=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA25A is #A35DA5. Grayscale: #858585. Windows color (decimal): -10706342 or 5939804. OLE color: 5939804.

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

Color convert

RGB 92 162 90 -
CMYK 0.43 0 0.44 0.36
HSL 118.33º 0.29% 0.49% -
HSV(B) 118.33º 0.44% 0.64% -
XYZ 19.18 28.85 14.23 -
YUV 132.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 92 162 90 0.43 0 0.44 0.36 118.33 0.29 0.49
Hex 5C A2 5A 2B 0 2C 24 76 1D 31
Octal 134 242 132 53 0 54 44 166 35 61
Binary 1011100 10100010 1011010 101011 0 101100 100100 1110110 11101 110001

Color Harmonies of #5CA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA25A

Black with #5CA25A

Text Example


Text Example

White with #5CA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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