Html Css Color HEX #58C04D Apple

📋 copy color: '#58C04D'

red 88 ◦ green 192 ◦ blue 77

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

Shades of Apple #58C04D

Tints of Apple #58C04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 24.65%
G = 53.78%
B = 21.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#58C04D (or 0x58C04D) is known color: Apple. HEX triplet: 58, C0 and 4D. RGB value is (88,192,77). Sum of RGB (Red+Green+Blue) = 88+192+77=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #58C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C04D is #A73FB2. Grayscale: #949494. Windows color (decimal): -10960819 or 5095512. OLE color: 5095512.

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

Color convert

RGB 88 192 77 -
CMYK 0.54 0 0.60 0.25
HSL 114.26º 0.48% 0.53% -
HSV(B) 114.26º 0.6% 0.75% -
XYZ 24.21 40.31 13.53 -
YUV 147.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 88 192 77 0.54 0 0.60 0.25 114.26 0.48 0.53
Hex 58 C0 4D 36 0 3C 19 72 30 35
Octal 130 300 115 66 0 74 31 162 60 65
Binary 1011000 11000000 1001101 110110 0 111100 11001 1110010 110000 110101

Color Harmonies of #58C04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C04D

Black with #58C04D

Text Example


Text Example

White with #58C04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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