Html Css Color HEX #53C548 Apple

📋 copy color: '#53C548'

red 83 ◦ green 197 ◦ blue 72

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

Shades of Apple #53C548

Tints of Apple #53C548

RGB

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

 GREEN value IS 197 (77.34% from 255) = 55.97%

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

R = 23.58%
G = 55.97%
B = 20.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#53C548 (or 0x53C548) is known color: Apple. HEX triplet: 53, C5 and 48. RGB value is (83,197,72). Sum of RGB (Red+Green+Blue) = 83+197+72=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #53C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C548 is #AC3AB7. Grayscale: #959595. Windows color (decimal): -11287224 or 4769107. OLE color: 4769107.

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

Color convert

RGB 83 197 72 -
CMYK 0.58 0 0.63 0.23
HSL 114.72º 0.52% 0.53% -
HSV(B) 114.72º 0.63% 0.77% -
XYZ 24.7 42.24 12.98 -
YUV 148.66 84.73 81.16 -
System Red Green Blue C M Y K H S L
Decimal 83 197 72 0.58 0 0.63 0.23 114.72 0.52 0.53
Hex 53 C5 48 3A 0 3F 17 73 34 35
Octal 123 305 110 72 0 77 27 163 64 65
Binary 1010011 11000101 1001000 111010 0 111111 10111 1110011 110100 110101

Color Harmonies of #53C548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C548

Black with #53C548

Text Example


Text Example

White with #53C548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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