Html Css Color HEX #53C648 Apple

📋 copy color: '#53C648'

red 83 ◦ green 198 ◦ blue 72

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

Shades of Apple #53C648

Tints of Apple #53C648

RGB

 RED value IS 83 (32.81% from 255) = 23.51%

 GREEN value IS 198 (77.73% from 255) = 56.09%

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

R = 23.51%
G = 56.09%
B = 20.4%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#53C648 (or 0x53C648) is known color: Apple. HEX triplet: 53, C6 and 48. RGB value is (83,198,72). Sum of RGB (Red+Green+Blue) = 83+198+72=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #53C648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C648 is #AC39B7. Grayscale: #959595. Windows color (decimal): -11286968 or 4769363. OLE color: 4769363.

HSL color Cylindrical-coordinate representation of color #53C648: hue angle of 114.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C648 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 198 72 -
CMYK 0.58 0 0.64 0.22
HSL 114.76º 0.53% 0.53% -
HSV(B) 114.76º 0.64% 0.78% -
XYZ 24.93 42.7 13.06 -
YUV 149.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 83 198 72 0.58 0 0.64 0.22 114.76 0.53 0.53
Hex 53 C6 48 3A 0 40 16 73 34 35
Octal 123 306 110 72 0 100 26 163 64 65
Binary 1010011 11000110 1001000 111010 0 1000000 10110 1110011 110100 110101

Color Harmonies of #53C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C648

Black with #53C648

Text Example


Text Example

White with #53C648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C648; }

 p { color: rgb(83,198,72); }

 H1.HeaderClassName
 {
   color: #53C648;
 }
 .AnyTagClassName
 {
   color: #53C648;
 }
</style>

background-color css

<style>
 a { background-color: #53C648; }

 a { background-color: rgb(83,198,72); }

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

border-color css

<style>
 span { border-color: #53C648; }

 span { border-color: rgb(83,198,72); }

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