Html Css Color HEX #58BB32 Apple

📋 copy color: '#58BB32'

red 88 ◦ green 187 ◦ blue 50

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

Shades of Apple #58BB32

Tints of Apple #58BB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 57.54%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 27.08%
G = 57.54%
B = 15.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#58BB32 (or 0x58BB32) is known color: Apple. HEX triplet: 58, BB and 32. RGB value is (88,187,50). Sum of RGB (Red+Green+Blue) = 88+187+50=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BB32 is #A744CD. Grayscale: #8E8E8E. Windows color (decimal): -10962126 or 3324760. OLE color: 3324760.

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

Color convert

RGB 88 187 50 -
CMYK 0.53 0 0.73 0.27
HSL 103.36º 0.58% 0.46% -
HSV(B) 103.36º 0.73% 0.73% -
XYZ 22.37 37.85 9.14 -
YUV 141.78 76.2 89.64 -
System Red Green Blue C M Y K H S L
Decimal 88 187 50 0.53 0 0.73 0.27 103.36 0.58 0.46
Hex 58 BB 32 35 0 49 1B 67 3A 2E
Octal 130 273 62 65 0 111 33 147 72 56
Binary 1011000 10111011 110010 110101 0 1001001 11011 1100111 111010 101110

Color Harmonies of #58BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BB32

Black with #58BB32

Text Example


Text Example

White with #58BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,187,50); }

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

background-color css

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

 a { background-color: rgb(88,187,50); }

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

border-color css

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

 span { border-color: rgb(88,187,50); }

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