Html Css Color HEX #58A256 Fruit Salad

📋 copy color: '#58A256'

red 88 ◦ green 162 ◦ blue 86

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

Shades of Fruit Salad #58A256

Tints of Fruit Salad #58A256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 26.19%
G = 48.21%
B = 25.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#58A256 (or 0x58A256) is known color: Fruit Salad. HEX triplet: 58, A2 and 56. RGB value is (88,162,86). Sum of RGB (Red+Green+Blue) = 88+162+86=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #58A256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A256 is #A75DA9. Grayscale: #838383. Windows color (decimal): -10968490 or 5677656. OLE color: 5677656.

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

Color convert

RGB 88 162 86 -
CMYK 0.46 0 0.47 0.36
HSL 118.42º 0.31% 0.49% -
HSV(B) 118.42º 0.47% 0.64% -
XYZ 18.62 28.59 13.34 -
YUV 131.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 88 162 86 0.46 0 0.47 0.36 118.42 0.31 0.49
Hex 58 A2 56 2E 0 2F 24 76 1F 31
Octal 130 242 126 56 0 57 44 166 37 61
Binary 1011000 10100010 1010110 101110 0 101111 100100 1110110 11111 110001

Color Harmonies of #58A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A256

Black with #58A256

Text Example


Text Example

White with #58A256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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