Html Css Color HEX #58D94C Apple

📋 copy color: '#58D94C'

red 88 ◦ green 217 ◦ blue 76

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

Shades of Apple #58D94C

Tints of Apple #58D94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 23.1%
G = 56.96%
B = 19.95%

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

#58D94C (or 0x58D94C) is known color: Apple. HEX triplet: 58, D9 and 4C. RGB value is (88,217,76). Sum of RGB (Red+Green+Blue) = 88+217+76=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 217 (85.16% from 255 or 56.96% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 217 - color contains mainly: green. Hex color #58D94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D94C is #A726B3. Grayscale: #A2A2A2. Windows color (decimal): -10954420 or 5036376. OLE color: 5036376.

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

Color convert

RGB 88 217 76 -
CMYK 0.59 0 0.65 0.15
HSL 114.89º 0.65% 0.57% -
HSV(B) 114.89º 0.65% 0.85% -
XYZ 30.14 52.22 15.33 -
YUV 162.36 79.26 74.96 -
System Red Green Blue C M Y K H S L
Decimal 88 217 76 0.59 0 0.65 0.15 114.89 0.65 0.57
Hex 58 D9 4C 3B 0 41 F 73 41 39
Octal 130 331 114 73 0 101 17 163 101 71
Binary 1011000 11011001 1001100 111011 0 1000001 1111 1110011 1000001 111001

Color Harmonies of #58D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D94C

Black with #58D94C

Text Example


Text Example

White with #58D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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