Html Css Color HEX #58B550 Apple

📋 copy color: '#58B550'

red 88 ◦ green 181 ◦ blue 80

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

Shades of Apple #58B550

Tints of Apple #58B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.86%

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

R = 25.21%
G = 51.86%
B = 22.92%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#58B550 (or 0x58B550) is known color: Apple. HEX triplet: 58, B5 and 50. RGB value is (88,181,80). Sum of RGB (Red+Green+Blue) = 88+181+80=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #58B550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B550 is #A74AAF. Grayscale: #8D8D8D. Windows color (decimal): -10963632 or 5289304. OLE color: 5289304.

HSL color Cylindrical-coordinate representation of color #58B550: hue angle of 115.25º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58B550 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 181 80 -
CMYK 0.51 0 0.56 0.29
HSL 115.25º 0.41% 0.51% -
HSV(B) 115.25º 0.56% 0.71% -
XYZ 22 35.7 13.32 -
YUV 141.68 93.19 89.71 -
System Red Green Blue C M Y K H S L
Decimal 88 181 80 0.51 0 0.56 0.29 115.25 0.41 0.51
Hex 58 B5 50 33 0 38 1D 73 29 33
Octal 130 265 120 63 0 70 35 163 51 63
Binary 1011000 10110101 1010000 110011 0 111000 11101 1110011 101001 110011

Color Harmonies of #58B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B550

Black with #58B550

Text Example


Text Example

White with #58B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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