Html Css Color HEX #58A450 Fruit Salad

📋 copy color: '#58A450'

red 88 ◦ green 164 ◦ blue 80

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

Shades of Fruit Salad #58A450

Tints of Fruit Salad #58A450

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 26.51%
G = 49.4%
B = 24.1%

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

#58A450 (or 0x58A450) is known color: Fruit Salad. HEX triplet: 58, A4 and 50. RGB value is (88,164,80). Sum of RGB (Red+Green+Blue) = 88+164+80=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #58A450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A450 is #A75BAF. Grayscale: #838383. Windows color (decimal): -10967984 or 5284952. OLE color: 5284952.

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

Color convert

RGB 88 164 80 -
CMYK 0.46 0 0.51 0.36
HSL 114.29º 0.34% 0.48% -
HSV(B) 114.29º 0.51% 0.64% -
XYZ 18.75 29.2 12.24 -
YUV 131.7 98.82 96.83 -
System Red Green Blue C M Y K H S L
Decimal 88 164 80 0.46 0 0.51 0.36 114.29 0.34 0.48
Hex 58 A4 50 2E 0 33 24 72 22 30
Octal 130 244 120 56 0 63 44 162 42 60
Binary 1011000 10100100 1010000 101110 0 110011 100100 1110010 100010 110000

Color Harmonies of #58A450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A450

Black with #58A450

Text Example


Text Example

White with #58A450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,164,80); }

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

background-color css

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

 a { background-color: rgb(88,164,80); }

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

border-color css

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

 span { border-color: rgb(88,164,80); }

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