Html Css Color HEX #58B05A Fruit Salad

📋 copy color: '#58B05A'

red 88 ◦ green 176 ◦ blue 90

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

Shades of Fruit Salad #58B05A

Tints of Fruit Salad #58B05A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 24.86%
G = 49.72%
B = 25.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#58B05A (or 0x58B05A) is known color: Fruit Salad. HEX triplet: 58, B0 and 5A. RGB value is (88,176,90). Sum of RGB (Red+Green+Blue) = 88+176+90=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #58B05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B05A is #A74FA5. Grayscale: #8C8C8C. Windows color (decimal): -10964902 or 5943384. OLE color: 5943384.

HSL color Cylindrical-coordinate representation of color #58B05A: hue angle of 121.36º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B05A is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 176 90 -
CMYK 0.50 0 0.49 0.31
HSL 121.36º 0.36% 0.52% -
HSV(B) 121.36º 0.5% 0.69% -
XYZ 21.4 33.86 15.08 -
YUV 139.88 99.85 90.99 -
System Red Green Blue C M Y K H S L
Decimal 88 176 90 0.50 0 0.49 0.31 121.36 0.36 0.52
Hex 58 B0 5A 32 0 31 1F 79 24 34
Octal 130 260 132 62 0 61 37 171 44 64
Binary 1011000 10110000 1011010 110010 0 110001 11111 1111001 100100 110100

Color Harmonies of #58B05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B05A

Black with #58B05A

Text Example


Text Example

White with #58B05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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