Html Css Color HEX #53BC49 Apple

📋 copy color: '#53BC49'

red 83 ◦ green 188 ◦ blue 73

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

Shades of Apple #53BC49

Tints of Apple #53BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

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

R = 24.13%
G = 54.65%
B = 21.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#53BC49 (or 0x53BC49) is known color: Apple. HEX triplet: 53, BC and 49. RGB value is (83,188,73). Sum of RGB (Red+Green+Blue) = 83+188+73=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BC49 is #AC43B6. Grayscale: #8F8F8F. Windows color (decimal): -11289527 or 4832339. OLE color: 4832339.

HSL color Cylindrical-coordinate representation of color #53BC49: hue angle of 114.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BC49 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 73 -
CMYK 0.56 0 0.61 0.26
HSL 114.78º 0.46% 0.51% -
HSV(B) 114.78º 0.61% 0.74% -
XYZ 22.75 38.29 12.49 -
YUV 143.5 88.21 84.85 -
System Red Green Blue C M Y K H S L
Decimal 83 188 73 0.56 0 0.61 0.26 114.78 0.46 0.51
Hex 53 BC 49 38 0 3D 1A 73 2E 33
Octal 123 274 111 70 0 75 32 163 56 63
Binary 1010011 10111100 1001001 111000 0 111101 11010 1110011 101110 110011

Color Harmonies of #53BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC49

Black with #53BC49

Text Example


Text Example

White with #53BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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