Html Css Color HEX #58BD50 Apple

📋 copy color: '#58BD50'

red 88 ◦ green 189 ◦ blue 80

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

Shades of Apple #58BD50

Tints of Apple #58BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.94%

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

R = 24.65%
G = 52.94%
B = 22.41%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#58BD50 (or 0x58BD50) is known color: Apple. HEX triplet: 58, BD and 50. RGB value is (88,189,80). Sum of RGB (Red+Green+Blue) = 88+189+80=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #58BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BD50 is #A742AF. Grayscale: #929292. Windows color (decimal): -10961584 or 5291352. OLE color: 5291352.

HSL color Cylindrical-coordinate representation of color #58BD50: hue angle of 115.6º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58BD50 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 189 80 -
CMYK 0.53 0 0.58 0.26
HSL 115.6º 0.45% 0.53% -
HSV(B) 115.6º 0.58% 0.74% -
XYZ 23.67 39.05 13.88 -
YUV 146.38 90.54 86.36 -
System Red Green Blue C M Y K H S L
Decimal 88 189 80 0.53 0 0.58 0.26 115.6 0.45 0.53
Hex 58 BD 50 35 0 3A 1A 74 2D 35
Octal 130 275 120 65 0 72 32 164 55 65
Binary 1011000 10111101 1010000 110101 0 111010 11010 1110100 101101 110101

Color Harmonies of #58BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BD50

Black with #58BD50

Text Example


Text Example

White with #58BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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