Html Css Color HEX #53C541 Apple

📋 copy color: '#53C541'

red 83 ◦ green 197 ◦ blue 65

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

Shades of Apple #53C541

Tints of Apple #53C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 65 (25.78% from 255) = 18.84%

R = 24.06%
G = 57.1%
B = 18.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#53C541 (or 0x53C541) is known color: Apple. HEX triplet: 53, C5 and 41. RGB value is (83,197,65). Sum of RGB (Red+Green+Blue) = 83+197+65=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #53C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C541 is #AC3ABE. Grayscale: #949494. Windows color (decimal): -11287231 or 4310355. OLE color: 4310355.

HSL color Cylindrical-coordinate representation of color #53C541: hue angle of 111.82º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53C541 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 197 65 -
CMYK 0.58 0 0.67 0.23
HSL 111.82º 0.53% 0.51% -
HSV(B) 111.82º 0.67% 0.77% -
XYZ 24.49 42.15 11.85 -
YUV 147.87 81.23 81.73 -
System Red Green Blue C M Y K H S L
Decimal 83 197 65 0.58 0 0.67 0.23 111.82 0.53 0.51
Hex 53 C5 41 3A 0 43 17 70 35 33
Octal 123 305 101 72 0 103 27 160 65 63
Binary 1010011 11000101 1000001 111010 0 1000011 10111 1110000 110101 110011

Color Harmonies of #53C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C541

Black with #53C541

Text Example


Text Example

White with #53C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,197,65); }

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

background-color css

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

 a { background-color: rgb(83,197,65); }

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

border-color css

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

 span { border-color: rgb(83,197,65); }

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