Html Css Color HEX #58C04F Apple

📋 copy color: '#58C04F'

red 88 ◦ green 192 ◦ blue 79

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

Shades of Apple #58C04F

Tints of Apple #58C04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.48%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 24.51%
G = 53.48%
B = 22.01%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#58C04F (or 0x58C04F) is known color: Apple. HEX triplet: 58, C0 and 4F. RGB value is (88,192,79). Sum of RGB (Red+Green+Blue) = 88+192+79=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #58C04F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C04F is #A73FB0. Grayscale: #949494. Windows color (decimal): -10960817 or 5226584. OLE color: 5226584.

HSL color Cylindrical-coordinate representation of color #58C04F: hue angle of 115.22º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58C04F is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 192 79 -
CMYK 0.54 0 0.59 0.25
HSL 115.22º 0.47% 0.53% -
HSV(B) 115.22º 0.59% 0.75% -
XYZ 24.29 40.34 13.9 -
YUV 148.02 89.04 85.19 -
System Red Green Blue C M Y K H S L
Decimal 88 192 79 0.54 0 0.59 0.25 115.22 0.47 0.53
Hex 58 C0 4F 36 0 3B 19 73 2F 35
Octal 130 300 117 66 0 73 31 163 57 65
Binary 1011000 11000000 1001111 110110 0 111011 11001 1110011 101111 110101

Color Harmonies of #58C04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C04F

Black with #58C04F

Text Example


Text Example

White with #58C04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,79); }

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

background-color css

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

 a { background-color: rgb(88,192,79); }

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

border-color css

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

 span { border-color: rgb(88,192,79); }

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