Html Css Color HEX #53C544 Apple

📋 copy color: '#53C544'

red 83 ◦ green 197 ◦ blue 68

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

Shades of Apple #53C544

Tints of Apple #53C544

RGB

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

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

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

R = 23.85%
G = 56.61%
B = 19.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#53C544 (or 0x53C544) is known color: Apple. HEX triplet: 53, C5 and 44. RGB value is (83,197,68). Sum of RGB (Red+Green+Blue) = 83+197+68=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #53C544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53C544 is #AC3ABB. Grayscale: #949494. Windows color (decimal): -11287228 or 4506963. OLE color: 4506963.

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

Color convert

RGB 83 197 68 -
CMYK 0.58 0 0.65 0.23
HSL 113.02º 0.53% 0.52% -
HSV(B) 113.02º 0.65% 0.77% -
XYZ 24.58 42.19 12.32 -
YUV 148.21 82.73 81.49 -
System Red Green Blue C M Y K H S L
Decimal 83 197 68 0.58 0 0.65 0.23 113.02 0.53 0.52
Hex 53 C5 44 3A 0 41 17 71 35 34
Octal 123 305 104 72 0 101 27 161 65 64
Binary 1010011 11000101 1000100 111010 0 1000001 10111 1110001 110101 110100

Color Harmonies of #53C544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C544

Black with #53C544

Text Example


Text Example

White with #53C544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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