Html Css Color HEX #58C350 Apple

📋 copy color: '#58C350'

red 88 ◦ green 195 ◦ blue 80

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

Shades of Apple #58C350

Tints of Apple #58C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.72%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 24.24%
G = 53.72%
B = 22.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#58C350 (or 0x58C350) is known color: Apple. HEX triplet: 58, C3 and 50. RGB value is (88,195,80). Sum of RGB (Red+Green+Blue) = 88+195+80=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 195 (76.56% from 255 or 53.72% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 195 - color contains mainly: green. Hex color #58C350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C350 is #A73CAF. Grayscale: #969696. Windows color (decimal): -10960048 or 5292888. OLE color: 5292888.

HSL color Cylindrical-coordinate representation of color #58C350: hue angle of 115.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58C350 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 195 80 -
CMYK 0.55 0 0.59 0.24
HSL 115.83º 0.49% 0.54% -
HSV(B) 115.83º 0.59% 0.76% -
XYZ 24.99 41.68 14.32 -
YUV 149.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 88 195 80 0.55 0 0.59 0.24 115.83 0.49 0.54
Hex 58 C3 50 37 0 3B 18 74 31 36
Octal 130 303 120 67 0 73 30 164 61 66
Binary 1011000 11000011 1010000 110111 0 111011 11000 1110100 110001 110110

Color Harmonies of #58C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C350

Black with #58C350

Text Example


Text Example

White with #58C350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,195,80); }

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

background-color css

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

 a { background-color: rgb(88,195,80); }

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

border-color css

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

 span { border-color: rgb(88,195,80); }

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