Html Css Color HEX #5BA75C Fruit Salad

📋 copy color: '#5BA75C'

red 91 ◦ green 167 ◦ blue 92

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

Shades of Fruit Salad #5BA75C

Tints of Fruit Salad #5BA75C

RGB

 RED value IS 91 (35.94% from 255) = 26%

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

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

R = 26%
G = 47.71%
B = 26.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#5BA75C (or 0x5BA75C) is known color: Fruit Salad. HEX triplet: 5B, A7 and 5C. RGB value is (91,167,92). Sum of RGB (Red+Green+Blue) = 91+167+92=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA75C is #A458A3. Grayscale: #878787. Windows color (decimal): -10770596 or 6072155. OLE color: 6072155.

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

Color convert

RGB 91 167 92 -
CMYK 0.46 0 0.45 0.35
HSL 120.79º 0.3% 0.51% -
HSV(B) 120.79º 0.46% 0.65% -
XYZ 20.06 30.63 14.98 -
YUV 135.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 91 167 92 0.46 0 0.45 0.35 120.79 0.3 0.51
Hex 5B A7 5C 2E 0 2D 23 79 1E 33
Octal 133 247 134 56 0 55 43 171 36 63
Binary 1011011 10100111 1011100 101110 0 101101 100011 1111001 11110 110011

Color Harmonies of #5BA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA75C

Black with #5BA75C

Text Example


Text Example

White with #5BA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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