Html Css Color HEX #5AB258 Fruit Salad

📋 copy color: '#5AB258'

red 90 ◦ green 178 ◦ blue 88

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

Shades of Fruit Salad #5AB258

Tints of Fruit Salad #5AB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 25.28%
G = 50%
B = 24.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#5AB258 (or 0x5AB258) is known color: Fruit Salad. HEX triplet: 5A, B2 and 58. RGB value is (90,178,88). Sum of RGB (Red+Green+Blue) = 90+178+88=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB258 is #A54DA7. Grayscale: #8D8D8D. Windows color (decimal): -10833320 or 5812826. OLE color: 5812826.

HSL color Cylindrical-coordinate representation of color #5AB258: hue angle of 118.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB258 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 90 178 88 -
CMYK 0.49 0 0.51 0.30
HSL 118.67º 0.37% 0.52% -
HSV(B) 118.67º 0.51% 0.7% -
XYZ 21.9 34.72 14.78 -
YUV 141.43 97.85 91.32 -
System Red Green Blue C M Y K H S L
Decimal 90 178 88 0.49 0 0.51 0.30 118.67 0.37 0.52
Hex 5A B2 58 31 0 33 1E 77 25 34
Octal 132 262 130 61 0 63 36 167 45 64
Binary 1011010 10110010 1011000 110001 0 110011 11110 1110111 100101 110100

Color Harmonies of #5AB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB258

Black with #5AB258

Text Example


Text Example

White with #5AB258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,178,88); }

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

background-color css

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

 a { background-color: rgb(90,178,88); }

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

border-color css

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

 span { border-color: rgb(90,178,88); }

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