Html Css Color HEX #59C248 Apple

📋 copy color: '#59C248'

red 89 ◦ green 194 ◦ blue 72

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

Shades of Apple #59C248

Tints of Apple #59C248

RGB

 RED value IS 89 (35.16% from 255) = 25.07%

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

 BLUE value IS 72 (28.52% from 255) = 20.28%

R = 25.07%
G = 54.65%
B = 20.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#59C248 (or 0x59C248) is known color: Apple. HEX triplet: 59, C2 and 48. RGB value is (89,194,72). Sum of RGB (Red+Green+Blue) = 89+194+72=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #59C248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #59C248 is #A63DB7. Grayscale: #959595. Windows color (decimal): -10894776 or 4768345. OLE color: 4768345.

HSL color Cylindrical-coordinate representation of color #59C248: hue angle of 111.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C248 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 194 72 -
CMYK 0.54 0 0.63 0.24
HSL 111.64º 0.5% 0.52% -
HSV(B) 111.64º 0.63% 0.76% -
XYZ 24.58 41.18 12.78 -
YUV 148.7 84.71 85.42 -
System Red Green Blue C M Y K H S L
Decimal 89 194 72 0.54 0 0.63 0.24 111.64 0.5 0.52
Hex 59 C2 48 36 0 3F 18 70 32 34
Octal 131 302 110 66 0 77 30 160 62 64
Binary 1011001 11000010 1001000 110110 0 111111 11000 1110000 110010 110100

Color Harmonies of #59C248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C248

Black with #59C248

Text Example


Text Example

White with #59C248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59C248; }

 p { color: rgb(89,194,72); }

 H1.HeaderClassName
 {
   color: #59C248;
 }
 .AnyTagClassName
 {
   color: #59C248;
 }
</style>

background-color css

<style>
 a { background-color: #59C248; }

 a { background-color: rgb(89,194,72); }

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

border-color css

<style>
 span { border-color: #59C248; }

 span { border-color: rgb(89,194,72); }

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