Html Css Color HEX #58BA53 Apple

📋 copy color: '#58BA53'

red 88 ◦ green 186 ◦ blue 83

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

Shades of Apple #58BA53

Tints of Apple #58BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 24.65%
G = 52.1%
B = 23.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#58BA53 (or 0x58BA53) is known color: Apple. HEX triplet: 58, BA and 53. RGB value is (88,186,83). Sum of RGB (Red+Green+Blue) = 88+186+83=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA53 is #A745AC. Grayscale: #919191. Windows color (decimal): -10962349 or 5487192. OLE color: 5487192.

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

Color convert

RGB 88 186 83 -
CMYK 0.53 0 0.55 0.27
HSL 117.09º 0.43% 0.53% -
HSV(B) 117.09º 0.55% 0.73% -
XYZ 23.14 37.82 14.26 -
YUV 144.96 93.03 87.38 -
System Red Green Blue C M Y K H S L
Decimal 88 186 83 0.53 0 0.55 0.27 117.09 0.43 0.53
Hex 58 BA 53 35 0 37 1B 75 2B 35
Octal 130 272 123 65 0 67 33 165 53 65
Binary 1011000 10111010 1010011 110101 0 110111 11011 1110101 101011 110101

Color Harmonies of #58BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA53

Black with #58BA53

Text Example


Text Example

White with #58BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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