Html Css Color HEX #5A9F51 Fruit Salad

📋 copy color: '#5A9F51'

red 90 ◦ green 159 ◦ blue 81

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

Shades of Fruit Salad #5A9F51

Tints of Fruit Salad #5A9F51

RGB

 RED value IS 90 (35.55% from 255) = 27.27%

 GREEN value IS 159 (62.5% from 255) = 48.18%

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 27.27%
G = 48.18%
B = 24.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#5A9F51 (or 0x5A9F51) is known color: Fruit Salad. HEX triplet: 5A, 9F and 51. RGB value is (90,159,81). Sum of RGB (Red+Green+Blue) = 90+159+81=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9F51 is #A560AE. Grayscale: #818181. Windows color (decimal): -10838191 or 5349210. OLE color: 5349210.

HSL color Cylindrical-coordinate representation of color #5A9F51: hue angle of 113.08º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A9F51 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 159 81 -
CMYK 0.43 0 0.49 0.38
HSL 113.08º 0.33% 0.47% -
HSV(B) 113.08º 0.49% 0.62% -
XYZ 18.1 27.56 12.15 -
YUV 129.48 100.64 99.84 -
System Red Green Blue C M Y K H S L
Decimal 90 159 81 0.43 0 0.49 0.38 113.08 0.33 0.47
Hex 5A 9F 51 2B 0 31 26 71 20 2F
Octal 132 237 121 53 0 61 46 161 40 57
Binary 1011010 10011111 1010001 101011 0 110001 100110 1110001 100000 101111

Color Harmonies of #5A9F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9F51

Black with #5A9F51

Text Example


Text Example

White with #5A9F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,159,81); }

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

background-color css

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

 a { background-color: rgb(90,159,81); }

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

border-color css

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

 span { border-color: rgb(90,159,81); }

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