Html Css Color HEX #53D450 Apple

📋 copy color: '#53D450'

red 83 ◦ green 212 ◦ blue 80

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

Shades of Apple #53D450

Tints of Apple #53D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.53%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 22.13%
G = 56.53%
B = 21.33%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#53D450 (or 0x53D450) is known color: Apple. HEX triplet: 53, D4 and 50. RGB value is (83,212,80). Sum of RGB (Red+Green+Blue) = 83+212+80=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #53D450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D450 is #AC2BAF. Grayscale: #9E9E9E. Windows color (decimal): -11283376 or 5297235. OLE color: 5297235.

HSL color Cylindrical-coordinate representation of color #53D450: hue angle of 118.64º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D450 is Cyan = 0.61, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 83 212 80 -
CMYK 0.61 0 0.62 0.17
HSL 118.64º 0.61% 0.57% -
HSV(B) 118.64º 0.62% 0.83% -
XYZ 28.56 49.51 15.64 -
YUV 158.38 83.76 74.23 -
System Red Green Blue C M Y K H S L
Decimal 83 212 80 0.61 0 0.62 0.17 118.64 0.61 0.57
Hex 53 D4 50 3D 0 3E 11 77 3D 39
Octal 123 324 120 75 0 76 21 167 75 71
Binary 1010011 11010100 1010000 111101 0 111110 10001 1110111 111101 111001

Color Harmonies of #53D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D450

Black with #53D450

Text Example


Text Example

White with #53D450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,212,80); }

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

background-color css

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

 a { background-color: rgb(83,212,80); }

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

border-color css

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

 span { border-color: rgb(83,212,80); }

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