Html Css Color HEX #53CD49 Apple

📋 copy color: '#53CD49'

red 83 ◦ green 205 ◦ blue 73

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

Shades of Apple #53CD49

Tints of Apple #53CD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.79%

 BLUE value IS 73 (28.91% from 255) = 20.22%

R = 22.99%
G = 56.79%
B = 20.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#53CD49 (or 0x53CD49) is known color: Apple. HEX triplet: 53, CD and 49. RGB value is (83,205,73). Sum of RGB (Red+Green+Blue) = 83+205+73=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 205 (80.47% from 255 or 56.79% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CD49 is #AC32B6. Grayscale: #999999. Windows color (decimal): -11285175 or 4836691. OLE color: 4836691.

HSL color Cylindrical-coordinate representation of color #53CD49: hue angle of 115.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CD49 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 205 73 -
CMYK 0.60 0 0.64 0.20
HSL 115.45º 0.57% 0.55% -
HSV(B) 115.45º 0.64% 0.8% -
XYZ 26.6 45.98 13.78 -
YUV 153.47 82.58 77.73 -
System Red Green Blue C M Y K H S L
Decimal 83 205 73 0.60 0 0.64 0.20 115.45 0.57 0.55
Hex 53 CD 49 3C 0 40 14 73 39 37
Octal 123 315 111 74 0 100 24 163 71 67
Binary 1010011 11001101 1001001 111100 0 1000000 10100 1110011 111001 110111

Color Harmonies of #53CD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CD49

Black with #53CD49

Text Example


Text Example

White with #53CD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,205,73); }

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

background-color css

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

 a { background-color: rgb(83,205,73); }

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

border-color css

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

 span { border-color: rgb(83,205,73); }

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