Html Css Color HEX #53CC49 Apple

📋 copy color: '#53CC49'

red 83 ◦ green 204 ◦ blue 73

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

Shades of Apple #53CC49

Tints of Apple #53CC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.67%

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

R = 23.06%
G = 56.67%
B = 20.28%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#53CC49 (or 0x53CC49) is known color: Apple. HEX triplet: 53, CC and 49. RGB value is (83,204,73). Sum of RGB (Red+Green+Blue) = 83+204+73=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #53CC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53CC49 is #AC33B6. Grayscale: #999999. Windows color (decimal): -11285431 or 4836435. OLE color: 4836435.

HSL color Cylindrical-coordinate representation of color #53CC49: hue angle of 115.42º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53CC49 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 204 73 -
CMYK 0.59 0 0.64 0.2
HSL 115.42º 0.56% 0.54% -
HSV(B) 115.42º 0.64% 0.8% -
XYZ 26.36 45.51 13.7 -
YUV 152.89 82.91 78.15 -
System Red Green Blue C M Y K H S L
Decimal 83 204 73 0.59 0 0.64 0.2 115.42 0.56 0.54
Hex 53 CC 49 3B 0 40 14 73 38 36
Octal 123 314 111 73 0 100 24 163 70 66
Binary 1010011 11001100 1001001 111011 0 1000000 10100 1110011 111000 110110

Color Harmonies of #53CC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53CC49

Black with #53CC49

Text Example


Text Example

White with #53CC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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