Html Css Color HEX #53BD3F Apple

📋 copy color: '#53BD3F'

red 83 ◦ green 189 ◦ blue 63

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

Shades of Apple #53BD3F

Tints of Apple #53BD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.81%

R = 24.78%
G = 56.42%
B = 18.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#53BD3F (or 0x53BD3F) is known color: Apple. HEX triplet: 53, BD and 3F. RGB value is (83,189,63). Sum of RGB (Red+Green+Blue) = 83+189+63=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BD3F is #AC42C0. Grayscale: #8F8F8F. Windows color (decimal): -11289281 or 4177235. OLE color: 4177235.

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

Color convert

RGB 83 189 63 -
CMYK 0.56 0 0.67 0.26
HSL 110.48º 0.5% 0.49% -
HSV(B) 110.48º 0.67% 0.74% -
XYZ 22.66 38.59 10.96 -
YUV 142.94 82.88 85.25 -
System Red Green Blue C M Y K H S L
Decimal 83 189 63 0.56 0 0.67 0.26 110.48 0.5 0.49
Hex 53 BD 3F 38 0 43 1A 6E 32 31
Octal 123 275 77 70 0 103 32 156 62 61
Binary 1010011 10111101 111111 111000 0 1000011 11010 1101110 110010 110001

Color Harmonies of #53BD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BD3F

Black with #53BD3F

Text Example


Text Example

White with #53BD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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