Html Css Color HEX #58B752 Apple

📋 copy color: '#58B752'

red 88 ◦ green 183 ◦ blue 82

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

Shades of Apple #58B752

Tints of Apple #58B752

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.84%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 24.93%
G = 51.84%
B = 23.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#58B752 (or 0x58B752) is known color: Apple. HEX triplet: 58, B7 and 52. RGB value is (88,183,82). Sum of RGB (Red+Green+Blue) = 88+183+82=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #58B752 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B752 is #A748AD. Grayscale: #8F8F8F. Windows color (decimal): -10963118 or 5420888. OLE color: 5420888.

HSL color Cylindrical-coordinate representation of color #58B752: hue angle of 116.44º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58B752 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 88 183 82 -
CMYK 0.52 0 0.55 0.28
HSL 116.44º 0.41% 0.52% -
HSV(B) 116.44º 0.55% 0.72% -
XYZ 22.48 36.55 13.85 -
YUV 143.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 88 183 82 0.52 0 0.55 0.28 116.44 0.41 0.52
Hex 58 B7 52 34 0 37 1C 74 29 34
Octal 130 267 122 64 0 67 34 164 51 64
Binary 1011000 10110111 1010010 110100 0 110111 11100 1110100 101001 110100

Color Harmonies of #58B752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B752

Black with #58B752

Text Example


Text Example

White with #58B752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,82); }

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

background-color css

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

 a { background-color: rgb(88,183,82); }

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

border-color css

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

 span { border-color: rgb(88,183,82); }

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