Html Css Color HEX #53BD44 Apple

📋 copy color: '#53BD44'

red 83 ◦ green 189 ◦ blue 68

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

Shades of Apple #53BD44

Tints of Apple #53BD44

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

 BLUE value IS 68 (26.95% from 255) = 20%

R = 24.41%
G = 55.59%
B = 20%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#53BD44 (or 0x53BD44) is known color: Apple. HEX triplet: 53, BD and 44. RGB value is (83,189,68). Sum of RGB (Red+Green+Blue) = 83+189+68=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BD44 is #AC42BB. Grayscale: #8F8F8F. Windows color (decimal): -11289276 or 4504915. OLE color: 4504915.

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

Color convert

RGB 83 189 68 -
CMYK 0.56 0 0.64 0.26
HSL 112.56º 0.48% 0.5% -
HSV(B) 112.56º 0.64% 0.74% -
XYZ 22.81 38.65 11.73 -
YUV 143.51 85.38 84.84 -
System Red Green Blue C M Y K H S L
Decimal 83 189 68 0.56 0 0.64 0.26 112.56 0.48 0.5
Hex 53 BD 44 38 0 40 1A 71 30 32
Octal 123 275 104 70 0 100 32 161 60 62
Binary 1010011 10111101 1000100 111000 0 1000000 11010 1110001 110000 110010

Color Harmonies of #53BD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD44

Black with #53BD44

Text Example


Text Example

White with #53BD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,189,68); }

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

background-color css

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

 a { background-color: rgb(83,189,68); }

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

border-color css

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

 span { border-color: rgb(83,189,68); }

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