Html Css Color HEX #53C049 Apple

📋 copy color: '#53C049'

red 83 ◦ green 192 ◦ blue 73

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

Shades of Apple #53C049

Tints of Apple #53C049

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.17%

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

R = 23.85%
G = 55.17%
B = 20.98%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#53C049 (or 0x53C049) is known color: Apple. HEX triplet: 53, C0 and 49. RGB value is (83,192,73). Sum of RGB (Red+Green+Blue) = 83+192+73=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #53C049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C049 is #AC3FB6. Grayscale: #929292. Windows color (decimal): -11288503 or 4833363. OLE color: 4833363.

HSL color Cylindrical-coordinate representation of color #53C049: hue angle of 114.96º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53C049 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 73 -
CMYK 0.57 0 0.62 0.25
HSL 114.96º 0.49% 0.52% -
HSV(B) 114.96º 0.62% 0.75% -
XYZ 23.62 40.02 12.78 -
YUV 145.84 86.89 83.18 -
System Red Green Blue C M Y K H S L
Decimal 83 192 73 0.57 0 0.62 0.25 114.96 0.49 0.52
Hex 53 C0 49 39 0 3E 19 73 31 34
Octal 123 300 111 71 0 76 31 163 61 64
Binary 1010011 11000000 1001001 111001 0 111110 11001 1110011 110001 110100

Color Harmonies of #53C049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C049

Black with #53C049

Text Example


Text Example

White with #53C049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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