Html Css Color HEX #53B649 Apple

📋 copy color: '#53B649'

red 83 ◦ green 182 ◦ blue 73

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

Shades of Apple #53B649

Tints of Apple #53B649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 53.85%

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

R = 24.56%
G = 53.85%
B = 21.6%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#53B649 (or 0x53B649) is known color: Apple. HEX triplet: 53, B6 and 49. RGB value is (83,182,73). Sum of RGB (Red+Green+Blue) = 83+182+73=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #53B649 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53B649 is #AC49B6. Grayscale: #8C8C8C. Windows color (decimal): -11291063 or 4830803. OLE color: 4830803.

HSL color Cylindrical-coordinate representation of color #53B649: hue angle of 114.5º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B649 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 182 73 -
CMYK 0.54 0 0.60 0.29
HSL 114.5º 0.43% 0.5% -
HSV(B) 114.5º 0.6% 0.71% -
XYZ 21.5 35.78 12.08 -
YUV 139.97 90.2 87.36 -
System Red Green Blue C M Y K H S L
Decimal 83 182 73 0.54 0 0.60 0.29 114.5 0.43 0.5
Hex 53 B6 49 36 0 3C 1D 72 2B 32
Octal 123 266 111 66 0 74 35 162 53 62
Binary 1010011 10110110 1001001 110110 0 111100 11101 1110010 101011 110010

Color Harmonies of #53B649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B649

Black with #53B649

Text Example


Text Example

White with #53B649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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