Html Css Color HEX #58BC49 Apple

📋 copy color: '#58BC49'

red 88 ◦ green 188 ◦ blue 73

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

Shades of Apple #58BC49

Tints of Apple #58BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.87%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 25.21%
G = 53.87%
B = 20.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#58BC49 (or 0x58BC49) is known color: Apple. HEX triplet: 58, BC and 49. RGB value is (88,188,73). Sum of RGB (Red+Green+Blue) = 88+188+73=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC49 is #A743B6. Grayscale: #919191. Windows color (decimal): -10961847 or 4832344. OLE color: 4832344.

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

Color convert

RGB 88 188 73 -
CMYK 0.53 0 0.61 0.26
HSL 112.17º 0.46% 0.51% -
HSV(B) 112.17º 0.61% 0.74% -
XYZ 23.21 38.52 12.52 -
YUV 144.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 88 188 73 0.53 0 0.61 0.26 112.17 0.46 0.51
Hex 58 BC 49 35 0 3D 1A 70 2E 33
Octal 130 274 111 65 0 75 32 160 56 63
Binary 1011000 10111100 1001001 110101 0 111101 11010 1110000 101110 110011

Color Harmonies of #58BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BC49

Black with #58BC49

Text Example


Text Example

White with #58BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,73); }

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

background-color css

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

 a { background-color: rgb(88,188,73); }

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

border-color css

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

 span { border-color: rgb(88,188,73); }

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