Html Css Color HEX #53C145 Apple

📋 copy color: '#53C145'

red 83 ◦ green 193 ◦ blue 69

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

Shades of Apple #53C145

Tints of Apple #53C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.94%

 BLUE value IS 69 (27.34% from 255) = 20%

R = 24.06%
G = 55.94%
B = 20%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#53C145 (or 0x53C145) is known color: Apple. HEX triplet: 53, C1 and 45. RGB value is (83,193,69). Sum of RGB (Red+Green+Blue) = 83+193+69=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #53C145 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C145 is #AC3EBA. Grayscale: #929292. Windows color (decimal): -11288251 or 4571475. OLE color: 4571475.

HSL color Cylindrical-coordinate representation of color #53C145: hue angle of 113.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53C145 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 69 -
CMYK 0.57 0 0.64 0.24
HSL 113.23º 0.5% 0.51% -
HSV(B) 113.23º 0.64% 0.76% -
XYZ 23.71 40.41 12.18 -
YUV 145.97 84.56 83.08 -
System Red Green Blue C M Y K H S L
Decimal 83 193 69 0.57 0 0.64 0.24 113.23 0.5 0.51
Hex 53 C1 45 39 0 40 18 71 32 33
Octal 123 301 105 71 0 100 30 161 62 63
Binary 1010011 11000001 1000101 111001 0 1000000 11000 1110001 110010 110011

Color Harmonies of #53C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C145

Black with #53C145

Text Example


Text Example

White with #53C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,69); }

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

background-color css

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

 a { background-color: rgb(83,193,69); }

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

border-color css

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

 span { border-color: rgb(83,193,69); }

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