Html Css Color HEX #58A24F Fruit Salad

📋 copy color: '#58A24F'

red 88 ◦ green 162 ◦ blue 79

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

Shades of Fruit Salad #58A24F

Tints of Fruit Salad #58A24F

RGB

 RED value IS 88 (34.77% from 255) = 26.75%

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

 BLUE value IS 79 (31.25% from 255) = 24.01%

R = 26.75%
G = 49.24%
B = 24.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#58A24F (or 0x58A24F) is known color: Fruit Salad. HEX triplet: 58, A2 and 4F. RGB value is (88,162,79). Sum of RGB (Red+Green+Blue) = 88+162+79=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 162 (63.67% from 255 or 49.24% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 162 - color contains mainly: green. Hex color #58A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A24F is #A75DB0. Grayscale: #828282. Windows color (decimal): -10968497 or 5218904. OLE color: 5218904.

HSL color Cylindrical-coordinate representation of color #58A24F: hue angle of 113.49º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58A24F is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 162 79 -
CMYK 0.46 0 0.51 0.36
HSL 113.49º 0.34% 0.47% -
HSV(B) 113.49º 0.51% 0.64% -
XYZ 18.36 28.48 11.93 -
YUV 130.41 98.98 97.75 -
System Red Green Blue C M Y K H S L
Decimal 88 162 79 0.46 0 0.51 0.36 113.49 0.34 0.47
Hex 58 A2 4F 2E 0 33 24 71 22 2F
Octal 130 242 117 56 0 63 44 161 42 57
Binary 1011000 10100010 1001111 101110 0 110011 100100 1110001 100010 101111

Color Harmonies of #58A24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A24F

Black with #58A24F

Text Example


Text Example

White with #58A24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58A24F; }

 p { color: rgb(88,162,79); }

 H1.HeaderClassName
 {
   color: #58A24F;
 }
 .AnyTagClassName
 {
   color: #58A24F;
 }
</style>

background-color css

<style>
 a { background-color: #58A24F; }

 a { background-color: rgb(88,162,79); }

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

border-color css

<style>
 span { border-color: #58A24F; }

 span { border-color: rgb(88,162,79); }

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