Html Css Color HEX #58C24A Apple

📋 copy color: '#58C24A'

red 88 ◦ green 194 ◦ blue 74

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

Shades of Apple #58C24A

Tints of Apple #58C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 24.72%
G = 54.49%
B = 20.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#58C24A (or 0x58C24A) is known color: Apple. HEX triplet: 58, C2 and 4A. RGB value is (88,194,74). Sum of RGB (Red+Green+Blue) = 88+194+74=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #58C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C24A is #A73DB5. Grayscale: #959595. Windows color (decimal): -10960310 or 4899416. OLE color: 4899416.

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

Color convert

RGB 88 194 74 -
CMYK 0.55 0 0.62 0.24
HSL 113º 0.5% 0.53% -
HSV(B) 113º 0.62% 0.76% -
XYZ 24.55 41.15 13.13 -
YUV 148.63 85.88 84.76 -
System Red Green Blue C M Y K H S L
Decimal 88 194 74 0.55 0 0.62 0.24 113 0.5 0.53
Hex 58 C2 4A 37 0 3E 18 71 32 35
Octal 130 302 112 67 0 76 30 161 62 65
Binary 1011000 11000010 1001010 110111 0 111110 11000 1110001 110010 110101

Color Harmonies of #58C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C24A

Black with #58C24A

Text Example


Text Example

White with #58C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,194,74); }

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

background-color css

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

 a { background-color: rgb(88,194,74); }

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

border-color css

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

 span { border-color: rgb(88,194,74); }

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