Html Css Color HEX #58A14B Fruit Salad

📋 copy color: '#58A14B'

red 88 ◦ green 161 ◦ blue 75

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

Shades of Fruit Salad #58A14B

Tints of Fruit Salad #58A14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.69%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 27.16%
G = 49.69%
B = 23.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#58A14B (or 0x58A14B) is known color: Fruit Salad. HEX triplet: 58, A1 and 4B. RGB value is (88,161,75). Sum of RGB (Red+Green+Blue) = 88+161+75=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 161 (63.28% from 255 or 49.69% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 161 - color contains mainly: green. Hex color #58A14B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A14B is #A75EB4. Grayscale: #818181. Windows color (decimal): -10968757 or 4956504. OLE color: 4956504.

HSL color Cylindrical-coordinate representation of color #58A14B: hue angle of 110.93º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58A14B is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 161 75 -
CMYK 0.45 0 0.53 0.37
HSL 110.93º 0.36% 0.46% -
HSV(B) 110.93º 0.53% 0.63% -
XYZ 18.04 28.07 11.12 -
YUV 129.37 97.32 98.49 -
System Red Green Blue C M Y K H S L
Decimal 88 161 75 0.45 0 0.53 0.37 110.93 0.36 0.46
Hex 58 A1 4B 2D 0 35 25 6F 24 2E
Octal 130 241 113 55 0 65 45 157 44 56
Binary 1011000 10100001 1001011 101101 0 110101 100101 1101111 100100 101110

Color Harmonies of #58A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A14B

Black with #58A14B

Text Example


Text Example

White with #58A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,161,75); }

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

background-color css

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

 a { background-color: rgb(88,161,75); }

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

border-color css

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

 span { border-color: rgb(88,161,75); }

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