Html Css Color HEX #58D94D Apple

📋 copy color: '#58D94D'

red 88 ◦ green 217 ◦ blue 77

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

Shades of Apple #58D94D

Tints of Apple #58D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.81%

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

R = 23.04%
G = 56.81%
B = 20.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#58D94D (or 0x58D94D) is known color: Apple. HEX triplet: 58, D9 and 4D. RGB value is (88,217,77). Sum of RGB (Red+Green+Blue) = 88+217+77=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #58D94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58D94D is #A726B2. Grayscale: #A2A2A2. Windows color (decimal): -10954419 or 5101912. OLE color: 5101912.

HSL color Cylindrical-coordinate representation of color #58D94D: hue angle of 115.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58D94D is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 217 77 -
CMYK 0.59 0 0.65 0.15
HSL 115.29º 0.65% 0.58% -
HSV(B) 115.29º 0.65% 0.85% -
XYZ 30.18 52.24 15.51 -
YUV 162.47 79.76 74.88 -
System Red Green Blue C M Y K H S L
Decimal 88 217 77 0.59 0 0.65 0.15 115.29 0.65 0.58
Hex 58 D9 4D 3B 0 41 F 73 41 3A
Octal 130 331 115 73 0 101 17 163 101 72
Binary 1011000 11011001 1001101 111011 0 1000001 1111 1110011 1000001 111010

Color Harmonies of #58D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D94D

Black with #58D94D

Text Example


Text Example

White with #58D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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