Html Css Color HEX #5DA75C Fruit Salad

📋 copy color: '#5DA75C'

red 93 ◦ green 167 ◦ blue 92

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

Shades of Fruit Salad #5DA75C

Tints of Fruit Salad #5DA75C

RGB

 RED value IS 93 (36.72% from 255) = 26.42%

 GREEN value IS 167 (65.63% from 255) = 47.44%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 26.42%
G = 47.44%
B = 26.14%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#5DA75C (or 0x5DA75C) is known color: Fruit Salad. HEX triplet: 5D, A7 and 5C. RGB value is (93,167,92). Sum of RGB (Red+Green+Blue) = 93+167+92=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #5DA75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA75C is #A258A3. Grayscale: #888888. Windows color (decimal): -10639524 or 6072157. OLE color: 6072157.

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

Color convert

RGB 93 167 92 -
CMYK 0.44 0 0.45 0.35
HSL 119.2º 0.3% 0.51% -
HSV(B) 119.2º 0.45% 0.65% -
XYZ 20.26 30.74 14.99 -
YUV 136.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 93 167 92 0.44 0 0.45 0.35 119.2 0.3 0.51
Hex 5D A7 5C 2C 0 2D 23 77 1E 33
Octal 135 247 134 54 0 55 43 167 36 63
Binary 1011101 10100111 1011100 101100 0 101101 100011 1110111 11110 110011

Color Harmonies of #5DA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA75C

Black with #5DA75C

Text Example


Text Example

White with #5DA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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