Html Css Color HEX #53D048 Apple

📋 copy color: '#53D048'

red 83 ◦ green 208 ◦ blue 72

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

Shades of Apple #53D048

Tints of Apple #53D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.3%

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

R = 22.87%
G = 57.3%
B = 19.83%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#53D048 (or 0x53D048) is known color: Apple. HEX triplet: 53, D0 and 48. RGB value is (83,208,72). Sum of RGB (Red+Green+Blue) = 83+208+72=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #53D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D048 is #AC2FB7. Grayscale: #9B9B9B. Windows color (decimal): -11284408 or 4771923. OLE color: 4771923.

HSL color Cylindrical-coordinate representation of color #53D048: hue angle of 115.15º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53D048 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 208 72 -
CMYK 0.60 0 0.65 0.18
HSL 115.15º 0.59% 0.55% -
HSV(B) 115.15º 0.65% 0.82% -
XYZ 27.29 47.42 13.85 -
YUV 155.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 83 208 72 0.60 0 0.65 0.18 115.15 0.59 0.55
Hex 53 D0 48 3C 0 41 12 73 3B 37
Octal 123 320 110 74 0 101 22 163 73 67
Binary 1010011 11010000 1001000 111100 0 1000001 10010 1110011 111011 110111

Color Harmonies of #53D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D048

Black with #53D048

Text Example


Text Example

White with #53D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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