Html Css Color HEX #58BA4C Apple

📋 copy color: '#58BA4C'

red 88 ◦ green 186 ◦ blue 76

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

Shades of Apple #58BA4C

Tints of Apple #58BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 25.14%
G = 53.14%
B = 21.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#58BA4C (or 0x58BA4C) is known color: Apple. HEX triplet: 58, BA and 4C. RGB value is (88,186,76). Sum of RGB (Red+Green+Blue) = 88+186+76=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA4C is #A745B3. Grayscale: #909090. Windows color (decimal): -10962356 or 5028440. OLE color: 5028440.

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

Color convert

RGB 88 186 76 -
CMYK 0.53 0 0.59 0.27
HSL 113.45º 0.44% 0.51% -
HSV(B) 113.45º 0.59% 0.73% -
XYZ 22.89 37.71 12.91 -
YUV 144.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 88 186 76 0.53 0 0.59 0.27 113.45 0.44 0.51
Hex 58 BA 4C 35 0 3B 1B 71 2C 33
Octal 130 272 114 65 0 73 33 161 54 63
Binary 1011000 10111010 1001100 110101 0 111011 11011 1110001 101100 110011

Color Harmonies of #58BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA4C

Black with #58BA4C

Text Example


Text Example

White with #58BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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