Html Css Color HEX #58BA48 Apple

📋 copy color: '#58BA48'

red 88 ◦ green 186 ◦ blue 72

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

Shades of Apple #58BA48

Tints of Apple #58BA48

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.76%

 BLUE value IS 72 (28.52% from 255) = 20.81%

R = 25.43%
G = 53.76%
B = 20.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#58BA48 (or 0x58BA48) is known color: Apple. HEX triplet: 58, BA and 48. RGB value is (88,186,72). Sum of RGB (Red+Green+Blue) = 88+186+72=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA48 is #A745B7. Grayscale: #909090. Windows color (decimal): -10962360 or 4766296. OLE color: 4766296.

HSL color Cylindrical-coordinate representation of color #58BA48: hue angle of 111.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58BA48 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 186 72 -
CMYK 0.53 0 0.61 0.27
HSL 111.58º 0.45% 0.51% -
HSV(B) 111.58º 0.61% 0.73% -
XYZ 22.75 37.66 12.2 -
YUV 143.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 88 186 72 0.53 0 0.61 0.27 111.58 0.45 0.51
Hex 58 BA 48 35 0 3D 1B 70 2D 33
Octal 130 272 110 65 0 75 33 160 55 63
Binary 1011000 10111010 1001000 110101 0 111101 11011 1110000 101101 110011

Color Harmonies of #58BA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA48

Black with #58BA48

Text Example


Text Example

White with #58BA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,186,72); }

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

background-color css

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

 a { background-color: rgb(88,186,72); }

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

border-color css

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

 span { border-color: rgb(88,186,72); }

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