#58BF48

Color #58BF48 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #58BF48

Tints of Apple #58BF48

Color information

#58BF48 (or 0x58BF48) is unknown color: approx Apple. HEX triplet: 58, BF and 48. RGB value is (88,191,72). Sum of RGB (Red+Green+Blue) = 88+191+72=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BF48 is #A740B7. Grayscale: #939393. Windows color (decimal): -10961080 or 4767576. OLE color: 4767576.

HSL color Cylindrical-coordinate representation of color #58BF48: hue angle of 111.93º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58BF48 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB8819172-
CMYK0.5400.620.25
HSL111.93º48.18%51.57%-
HSV(B)111.93º62.3%74.9%-
XYZ23.8339.812.56-
YUV146.6485.8886.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 191 (75% from 255) = 54.42%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=25.07%
G=54.42%
B=20.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88191720.5400.620.25111.9348.1851.57
Hex58BF483603E19703034
Octal13027711066076311606064
Binary10110001011111110010001101100111110110011110000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58BF48;
 }
 .AnyTagClassName
 {
   color: #58BF48;
 }
</style>
background-color css

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

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

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

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

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

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